diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/s3_both.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/s3_both.c b/src/lib/libssl/s3_both.c index 6d108c295b..cd0a4b8013 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.30 2014/09/22 13:18:50 jsing Exp $ */ | 1 | /* $OpenBSD: s3_both.c,v 1.31 2014/10/18 16:13:16 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 | * |
@@ -119,7 +119,6 @@ | |||
119 | #include <stdio.h> | 119 | #include <stdio.h> |
120 | #include "ssl_locl.h" | 120 | #include "ssl_locl.h" |
121 | #include <openssl/buffer.h> | 121 | #include <openssl/buffer.h> |
122 | #include <openssl/rand.h> | ||
123 | #include <openssl/objects.h> | 122 | #include <openssl/objects.h> |
124 | #include <openssl/evp.h> | 123 | #include <openssl/evp.h> |
125 | #include <openssl/x509.h> | 124 | #include <openssl/x509.h> |