diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 10:10:12 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-05-24 10:10:12 +0000 |
commit | bc336f4042d5578e6db0e810ba245d97da27730c (patch) | |
tree | 8561a738f976166af330bce93db0ac66cf928387 /lib/libcrypto/des | |
parent | 9c75e6a8e6f2d01462e7584daa387bdc0ad66e18 (diff) |
Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at
least for a little while longer...)
Diffstat (limited to 'lib/libcrypto/des')
-rw-r--r-- | lib/libcrypto/des/des.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcrypto/des/des.h b/lib/libcrypto/des/des.h index 3eff114102f..19a9918766d 100644 --- a/lib/libcrypto/des/des.h +++ b/lib/libcrypto/des/des.h @@ -59,8 +59,9 @@ #ifndef HEADER_NEW_DES_H #define HEADER_NEW_DES_H -#include <openssl/e_os2.h> /* OPENSSL_EXTERN, OPENSSL_NO_DES, - DES_LONG (via openssl/opensslconf.h */ +#include <openssl/opensslconf.h> + +#include <openssl/e_os2.h> /* OPENSSL_DECLARE_GLOBAL, OPENSSL_GLOBAL_REF */ #ifdef OPENSSL_NO_DES #error DES is disabled. |