diff options
author | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:17:23 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-03-21 00:17:23 +0100 |
commit | 7b5a6c7a6278eb255ab0f28a72a702bef456f526 (patch) | |
tree | 8b57144c3ef01016c97e41cdff20f50bb6932abf /crypto/crypto.h | |
parent | Make sure we get the definition of OPENSSL_NO_BF. (diff) | |
download | openssl-7b5a6c7a6278eb255ab0f28a72a702bef456f526.tar.xz openssl-7b5a6c7a6278eb255ab0f28a72a702bef456f526.zip |
Make sure we get the definition of OPENSSL_NO_FP_API.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index fa799a7623..0f15a56544 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -119,6 +119,8 @@ #include <stdlib.h> +#include <openssl/e_os2.h> + #ifndef OPENSSL_NO_FP_API #include <stdio.h> #endif |