diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/rand/rand.h | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/rand/rand.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rand/rand.h b/src/lib/libcrypto/rand/rand.h index 07de8cb7c4..30b22afaf3 100644 --- a/src/lib/libcrypto/rand/rand.h +++ b/src/lib/libcrypto/rand/rand.h | |||
@@ -60,8 +60,10 @@ | |||
60 | #define HEADER_RAND_H | 60 | #define HEADER_RAND_H |
61 | 61 | ||
62 | #include <stdlib.h> | 62 | #include <stdlib.h> |
63 | |||
64 | #include <openssl/opensslconf.h> | ||
65 | |||
63 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
64 | #include <openssl/e_os2.h> | ||
65 | 67 | ||
66 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
67 | extern "C" { | 69 | extern "C" { |
diff --git a/src/lib/libssl/src/crypto/rand/rand.h b/src/lib/libssl/src/crypto/rand/rand.h index 07de8cb7c4..30b22afaf3 100644 --- a/src/lib/libssl/src/crypto/rand/rand.h +++ b/src/lib/libssl/src/crypto/rand/rand.h | |||
@@ -60,8 +60,10 @@ | |||
60 | #define HEADER_RAND_H | 60 | #define HEADER_RAND_H |
61 | 61 | ||
62 | #include <stdlib.h> | 62 | #include <stdlib.h> |
63 | |||
64 | #include <openssl/opensslconf.h> | ||
65 | |||
63 | #include <openssl/ossl_typ.h> | 66 | #include <openssl/ossl_typ.h> |
64 | #include <openssl/e_os2.h> | ||
65 | 67 | ||
66 | #ifdef __cplusplus | 68 | #ifdef __cplusplus |
67 | extern "C" { | 69 | extern "C" { |