summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/des/des.h5
-rw-r--r--src/lib/libssl/src/crypto/des/des.h5
2 files changed, 6 insertions, 4 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.
diff --git a/src/lib/libssl/src/crypto/des/des.h b/src/lib/libssl/src/crypto/des/des.h
index 3eff114102..19a9918766 100644
--- a/src/lib/libssl/src/crypto/des/des.h
+++ b/src/lib/libssl/src/crypto/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.