diff options
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r-- | src/lib/libssl/dtls1.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h index e7229fb56b..d3d7e38464 100644 --- a/src/lib/libssl/dtls1.h +++ b/src/lib/libssl/dtls1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtls1.h,v 1.14 2014/07/10 08:51:14 tedu Exp $ */ | 1 | /* $OpenBSD: dtls1.h,v 1.15 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. |
@@ -60,11 +60,13 @@ | |||
60 | #ifndef HEADER_DTLS1_H | 60 | #ifndef HEADER_DTLS1_H |
61 | #define HEADER_DTLS1_H | 61 | #define HEADER_DTLS1_H |
62 | 62 | ||
63 | #include <openssl/buffer.h> | 63 | #include <sys/time.h> |
64 | |||
64 | #include <stdio.h> | 65 | #include <stdio.h> |
65 | #include <stdlib.h> | 66 | #include <stdlib.h> |
66 | #include <string.h> | 67 | #include <string.h> |
67 | #include <sys/time.h> | 68 | |
69 | #include <openssl/buffer.h> | ||
68 | 70 | ||
69 | #ifdef __cplusplus | 71 | #ifdef __cplusplus |
70 | extern "C" { | 72 | extern "C" { |