summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/des/des.h5
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.