mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Make sure we get the definition of OPENSSL_NO_DH.
This commit is contained in:
parent
0f3879455b
commit
d3ae5b1c8a
@ -59,6 +59,8 @@
|
||||
#ifndef HEADER_DH_H
|
||||
#define HEADER_DH_H
|
||||
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#ifdef OPENSSL_NO_DH
|
||||
#error DH is disabled.
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user