Remove #error from include files.
[oweals/openssl.git] / ssl / s3_lib.c
index 49180cd34ad6d8a3ae62e79443d754d06277f6b0..e6cf309bb514c2dbc661c93d8863f439c25102a3 100644 (file)
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 #include <openssl/md5.h>
-#ifndef OPENSSL_NO_DH
-# include <openssl/dh.h>
-#endif
+#include <openssl/dh.h>
 #include <openssl/rand.h>
 
 #define SSL3_NUM_CIPHERS        OSSL_NELEM(ssl3_ciphers)