diff options
Diffstat (limited to 'src/lib/libssl/s3_pkt.c')
-rw-r--r-- | src/lib/libssl/s3_pkt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/s3_pkt.c b/src/lib/libssl/s3_pkt.c index 43e8502b66..6ccea9aee5 100644 --- a/src/lib/libssl/s3_pkt.c +++ b/src/lib/libssl/s3_pkt.c | |||
@@ -112,9 +112,9 @@ | |||
112 | #include <stdio.h> | 112 | #include <stdio.h> |
113 | #include <errno.h> | 113 | #include <errno.h> |
114 | #define USE_SOCKETS | 114 | #define USE_SOCKETS |
115 | #include "ssl_locl.h" | ||
115 | #include <openssl/evp.h> | 116 | #include <openssl/evp.h> |
116 | #include <openssl/buffer.h> | 117 | #include <openssl/buffer.h> |
117 | #include "ssl_locl.h" | ||
118 | 118 | ||
119 | static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, | 119 | static int do_ssl3_write(SSL *s, int type, const unsigned char *buf, |
120 | unsigned int len, int create_empty_fragment); | 120 | unsigned int len, int create_empty_fragment); |