diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/cryptlib.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index 75d66d4ee9..30023af332 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/lib/libcrypto/cryptlib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: cryptlib.c,v 1.30 2014/07/10 22:13:39 jsing Exp $ */ | 1 | /* $OpenBSD: cryptlib.c,v 1.31 2014/07/10 22:45:56 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -117,6 +117,8 @@ | |||
| 117 | #include <string.h> | 117 | #include <string.h> |
| 118 | #include <unistd.h> | 118 | #include <unistd.h> |
| 119 | 119 | ||
| 120 | #include <openssl/opensslconf.h> | ||
| 121 | |||
| 120 | #include "cryptlib.h" | 122 | #include "cryptlib.h" |
| 121 | #include <openssl/safestack.h> | 123 | #include <openssl/safestack.h> |
| 122 | 124 | ||
