diff options
Diffstat (limited to 'src/lib/libssl/ssl_ciph.c')
-rw-r--r-- | src/lib/libssl/ssl_ciph.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_ciph.c b/src/lib/libssl/ssl_ciph.c index 6193cd1a66..443c2ec660 100644 --- a/src/lib/libssl/ssl_ciph.c +++ b/src/lib/libssl/ssl_ciph.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_ciph.c,v 1.72 2014/11/08 15:21:02 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_ciph.c,v 1.73 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 | * |
@@ -141,10 +141,13 @@ | |||
141 | */ | 141 | */ |
142 | 142 | ||
143 | #include <stdio.h> | 143 | #include <stdio.h> |
144 | |||
144 | #include <openssl/objects.h> | 145 | #include <openssl/objects.h> |
146 | |||
145 | #ifndef OPENSSL_NO_ENGINE | 147 | #ifndef OPENSSL_NO_ENGINE |
146 | #include <openssl/engine.h> | 148 | #include <openssl/engine.h> |
147 | #endif | 149 | #endif |
150 | |||
148 | #include "ssl_locl.h" | 151 | #include "ssl_locl.h" |
149 | 152 | ||
150 | #define SSL_ENC_DES_IDX 0 | 153 | #define SSL_ENC_DES_IDX 0 |