diff options
Diffstat (limited to 'lib/libcrypto/dh/dh.h')
-rw-r--r-- | lib/libcrypto/dh/dh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/dh/dh.h b/lib/libcrypto/dh/dh.h index ea59e610ef0..36ca149b732 100644 --- a/lib/libcrypto/dh/dh.h +++ b/lib/libcrypto/dh/dh.h @@ -59,7 +59,7 @@ #ifndef HEADER_DH_H #define HEADER_DH_H -#include <openssl/e_os2.h> +#include <openssl/opensslconf.h> #ifdef OPENSSL_NO_DH #error DH is disabled. |