diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-22 15:37:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-22 15:37:50 +0100 |
commit | a5bc1e856861b99b99ae215d809ff4d9826ded68 (patch) | |
tree | 069afc5bfd49639e4cfccc13d695104d211b8430 /crypto/des/destest.c | |
parent | Exported header files should not include e_os.h. (diff) | |
download | openssl-a5bc1e856861b99b99ae215d809ff4d9826ded68.tar.xz openssl-a5bc1e856861b99b99ae215d809ff4d9826ded68.zip |
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r-- | crypto/des/destest.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c index 6f60e080ff..1be401fb21 100644 --- a/crypto/des/destest.c +++ b/crypto/des/destest.c @@ -56,15 +56,16 @@ * [including the GNU Public Licence.] */ +#include <stdio.h> +#include <stdlib.h> + +#include <openssl/e_os2.h> #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WINDOWS) #ifndef OPENSSL_SYS_MSDOS #define OPENSSL_SYS_MSDOS #endif #endif -#include <stdio.h> -#include <stdlib.h> -#include <openssl/opensslconf.h> #ifndef OPENSSL_SYS_MSDOS #if !defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_VMS_DECC) #include OPENSSL_UNISTD |