diff options
author | jsing <> | 2014-11-16 14:12:47 +0000 |
---|---|---|
committer | jsing <> | 2014-11-16 14:12:47 +0000 |
commit | d6b346577efe94c30d6ba08ca7f8feae71688a3c (patch) | |
tree | 04d418c3104bff49ee7d27e26e24c2cb5fd85474 /src/lib/libssl/d1_meth.c | |
parent | 00ff8dba92ed1b03a8b2b502f1c8509ee150189d (diff) | |
download | openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.gz openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.tar.bz2 openbsd-d6b346577efe94c30d6ba08ca7f8feae71688a3c.zip |
Sort and group includes.
Diffstat (limited to 'src/lib/libssl/d1_meth.c')
-rw-r--r-- | src/lib/libssl/d1_meth.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/d1_meth.c b/src/lib/libssl/d1_meth.c index df4ec9fdf2..85909d17d5 100644 --- a/src/lib/libssl/d1_meth.c +++ b/src/lib/libssl/d1_meth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_meth.c,v 1.6 2014/08/10 14:42:56 jsing Exp $ */ | 1 | /* $OpenBSD: d1_meth.c,v 1.7 2014/11/16 14:12:47 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -58,7 +58,9 @@ | |||
58 | */ | 58 | */ |
59 | 59 | ||
60 | #include <stdio.h> | 60 | #include <stdio.h> |
61 | |||
61 | #include <openssl/objects.h> | 62 | #include <openssl/objects.h> |
63 | |||
62 | #include "ssl_locl.h" | 64 | #include "ssl_locl.h" |
63 | 65 | ||
64 | static const SSL_METHOD *dtls1_get_method(int ver); | 66 | static const SSL_METHOD *dtls1_get_method(int ver); |