diff options
Diffstat (limited to 'src/lib/libssl/src/crypto/bn/bn.h')
| -rw-r--r-- | src/lib/libssl/src/crypto/bn/bn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/bn/bn.h b/src/lib/libssl/src/crypto/bn/bn.h index 2a73bbbecc..ce04c4d217 100644 --- a/src/lib/libssl/src/crypto/bn/bn.h +++ b/src/lib/libssl/src/crypto/bn/bn.h | |||
| @@ -125,7 +125,8 @@ | |||
| 125 | #ifndef HEADER_BN_H | 125 | #ifndef HEADER_BN_H |
| 126 | #define HEADER_BN_H | 126 | #define HEADER_BN_H |
| 127 | 127 | ||
| 128 | #include <openssl/e_os2.h> | 128 | #include <openssl/opensslconf.h> |
| 129 | |||
| 129 | #ifndef OPENSSL_NO_FP_API | 130 | #ifndef OPENSSL_NO_FP_API |
| 130 | #include <stdio.h> /* FILE */ | 131 | #include <stdio.h> /* FILE */ |
| 131 | #endif | 132 | #endif |
