diff options
Diffstat (limited to 'src/lib/libssl/s3_both.c')
-rw-r--r-- | src/lib/libssl/s3_both.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/s3_both.c b/src/lib/libssl/s3_both.c index cd0a4b8013..752bac6c94 100644 --- a/src/lib/libssl/s3_both.c +++ b/src/lib/libssl/s3_both.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_both.c,v 1.31 2014/10/18 16:13:16 jsing Exp $ */ | 1 | /* $OpenBSD: s3_both.c,v 1.32 2014/11/16 14:12:47 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -115,12 +115,14 @@ | |||
115 | */ | 115 | */ |
116 | 116 | ||
117 | #include <limits.h> | 117 | #include <limits.h> |
118 | #include <string.h> | ||
119 | #include <stdio.h> | 118 | #include <stdio.h> |
119 | #include <string.h> | ||
120 | |||
120 | #include "ssl_locl.h" | 121 | #include "ssl_locl.h" |
122 | |||
121 | #include <openssl/buffer.h> | 123 | #include <openssl/buffer.h> |
122 | #include <openssl/objects.h> | ||
123 | #include <openssl/evp.h> | 124 | #include <openssl/evp.h> |
125 | #include <openssl/objects.h> | ||
124 | #include <openssl/x509.h> | 126 | #include <openssl/x509.h> |
125 | 127 | ||
126 | /* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */ | 128 | /* send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or SSL3_RT_CHANGE_CIPHER_SPEC) */ |