diff options
| author | jsing <> | 2014-05-24 10:10:11 +0000 |
|---|---|---|
| committer | jsing <> | 2014-05-24 10:10:11 +0000 |
| commit | c3f98f847bdb7114ef5bbacc756acc82ac2e383e (patch) | |
| tree | 0cdfd45f8c2dc6fd3880454827376dbf76a7501f /src/lib/libc | |
| parent | 81c3704f0fa44495d3a569a9f2c35b5bf8bef3be (diff) | |
| download | openbsd-c3f98f847bdb7114ef5bbacc756acc82ac2e383e.tar.gz openbsd-c3f98f847bdb7114ef5bbacc756acc82ac2e383e.tar.bz2 openbsd-c3f98f847bdb7114ef5bbacc756acc82ac2e383e.zip | |
Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (at
least for a little while longer...)
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/des/des.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/des.h b/src/lib/libcrypto/des/des.h index 3eff114102..19a9918766 100644 --- a/src/lib/libcrypto/des/des.h +++ b/src/lib/libcrypto/des/des.h | |||
| @@ -59,8 +59,9 @@ | |||
| 59 | #ifndef HEADER_NEW_DES_H | 59 | #ifndef HEADER_NEW_DES_H |
| 60 | #define HEADER_NEW_DES_H | 60 | #define HEADER_NEW_DES_H |
| 61 | 61 | ||
| 62 | #include <openssl/e_os2.h> /* OPENSSL_EXTERN, OPENSSL_NO_DES, | 62 | #include <openssl/opensslconf.h> |
| 63 | DES_LONG (via openssl/opensslconf.h */ | 63 | |
| 64 | #include <openssl/e_os2.h> /* OPENSSL_DECLARE_GLOBAL, OPENSSL_GLOBAL_REF */ | ||
| 64 | 65 | ||
| 65 | #ifdef OPENSSL_NO_DES | 66 | #ifdef OPENSSL_NO_DES |
| 66 | #error DES is disabled. | 67 | #error DES is disabled. |
