diff options
Diffstat (limited to 'src/lib/libssl/d1_srvr.c')
-rw-r--r-- | src/lib/libssl/d1_srvr.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/lib/libssl/d1_srvr.c b/src/lib/libssl/d1_srvr.c index d2f642f877..e1959fb7e1 100644 --- a/src/lib/libssl/d1_srvr.c +++ b/src/lib/libssl/d1_srvr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_srvr.c,v 1.41 2014/10/31 14:51:01 jsing Exp $ */ | 1 | /* $OpenBSD: d1_srvr.c,v 1.42 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. |
@@ -114,14 +114,16 @@ | |||
114 | */ | 114 | */ |
115 | 115 | ||
116 | #include <stdio.h> | 116 | #include <stdio.h> |
117 | |||
117 | #include "ssl_locl.h" | 118 | #include "ssl_locl.h" |
119 | |||
120 | #include <openssl/bn.h> | ||
118 | #include <openssl/buffer.h> | 121 | #include <openssl/buffer.h> |
119 | #include <openssl/objects.h> | 122 | #include <openssl/dh.h> |
120 | #include <openssl/evp.h> | 123 | #include <openssl/evp.h> |
121 | #include <openssl/x509.h> | ||
122 | #include <openssl/md5.h> | 124 | #include <openssl/md5.h> |
123 | #include <openssl/bn.h> | 125 | #include <openssl/objects.h> |
124 | #include <openssl/dh.h> | 126 | #include <openssl/x509.h> |
125 | 127 | ||
126 | static const SSL_METHOD *dtls1_get_server_method(int ver); | 128 | static const SSL_METHOD *dtls1_get_server_method(int ver); |
127 | static int dtls1_send_hello_verify_request(SSL *s); | 129 | static int dtls1_send_hello_verify_request(SSL *s); |