diff options
author | 2014-11-16 14:12:47 +0000 | |
---|---|---|
committer | 2014-11-16 14:12:47 +0000 | |
commit | c5899dbc0835d775bcf3af5d6a5964852c8faf9b (patch) | |
tree | cc7caf039035292a6c77ef21bb67c60855d8e4c9 /lib/libssl/src/ssl/t1_enc.c | |
parent | Replace a plethora of historical protection options with just (diff) | |
download | wireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.tar.xz wireguard-openbsd-c5899dbc0835d775bcf3af5d6a5964852c8faf9b.zip |
Sort and group includes.
Diffstat (limited to 'lib/libssl/src/ssl/t1_enc.c')
-rw-r--r-- | lib/libssl/src/ssl/t1_enc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/src/ssl/t1_enc.c b/lib/libssl/src/ssl/t1_enc.c index ea5df0bf632..fc313efc2c7 100644 --- a/lib/libssl/src/ssl/t1_enc.c +++ b/lib/libssl/src/ssl/t1_enc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_enc.c,v 1.71 2014/10/18 16:13:16 jsing Exp $ */ +/* $OpenBSD: t1_enc.c,v 1.72 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -136,7 +136,9 @@ */ #include <stdio.h> + #include "ssl_locl.h" + #include <openssl/evp.h> #include <openssl/hmac.h> #include <openssl/md5.h> |