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/d1_lib.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/d1_lib.c')
-rw-r--r-- | lib/libssl/src/ssl/d1_lib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/ssl/d1_lib.c b/lib/libssl/src/ssl/d1_lib.c index ff78d0cf3ae..9170e8867a9 100644 --- a/lib/libssl/src/ssl/d1_lib.c +++ b/lib/libssl/src/ssl/d1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: d1_lib.c,v 1.24 2014/07/17 23:48:24 deraadt Exp $ */ +/* $OpenBSD: d1_lib.c,v 1.25 2014/11/16 14:12:47 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -63,6 +63,7 @@ #include <netinet/in.h> #include <stdio.h> + #include <openssl/objects.h> #include "pqueue.h" |