diff options
Diffstat (limited to 'src/lib/libssl/s3_clnt.c')
-rw-r--r-- | src/lib/libssl/s3_clnt.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/lib/libssl/s3_clnt.c b/src/lib/libssl/s3_clnt.c index 179e9400d4..4c086bae83 100644 --- a/src/lib/libssl/s3_clnt.c +++ b/src/lib/libssl/s3_clnt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s3_clnt.c,v 1.92 2014/10/18 16:13:16 jsing Exp $ */ | 1 | /* $OpenBSD: s3_clnt.c,v 1.93 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 | * |
@@ -149,13 +149,16 @@ | |||
149 | */ | 149 | */ |
150 | 150 | ||
151 | #include <stdio.h> | 151 | #include <stdio.h> |
152 | |||
152 | #include "ssl_locl.h" | 153 | #include "ssl_locl.h" |
154 | |||
155 | #include <openssl/bn.h> | ||
153 | #include <openssl/buffer.h> | 156 | #include <openssl/buffer.h> |
154 | #include <openssl/objects.h> | 157 | #include <openssl/dh.h> |
155 | #include <openssl/evp.h> | 158 | #include <openssl/evp.h> |
156 | #include <openssl/md5.h> | 159 | #include <openssl/md5.h> |
157 | #include <openssl/dh.h> | 160 | #include <openssl/objects.h> |
158 | #include <openssl/bn.h> | 161 | |
159 | #ifndef OPENSSL_NO_ENGINE | 162 | #ifndef OPENSSL_NO_ENGINE |
160 | #include <openssl/engine.h> | 163 | #include <openssl/engine.h> |
161 | #endif | 164 | #endif |