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/d1_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/d1_enc.c')
-rw-r--r-- | lib/libssl/d1_enc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libssl/d1_enc.c b/lib/libssl/d1_enc.c index 32fcd333f61..7414301b4c7 100644 --- a/lib/libssl/d1_enc.c +++ b/lib/libssl/d1_enc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_enc.c,v 1.7 2014/10/18 16:13:16 jsing Exp $ */ +/* $OpenBSD: d1_enc.c,v 1.8 2014/11/16 14:12:47 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -114,7 +114,9 @@ */ #include <stdio.h> + #include "ssl_locl.h" + #include <openssl/evp.h> #include <openssl/hmac.h> #include <openssl/md5.h> |