Make sure we get the definition of OPENSSL_NO_DH.

This commit is contained in:
Richard Levitte 2003-03-20 23:21:27 +00:00
parent 0f3879455b
commit d3ae5b1c8a

View File

@ -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