make
[openssl.git] / crypto / dsa / dsa_lib.c
index 3a78082c010afe782a9eae18300cb6c9fb1ca6f0..b9825791bab46e8ea0358026c91e3a3631e14289 100644 (file)
@@ -66,7 +66,9 @@
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
 #endif
+#ifndef OPENSSL_NO_DH
 #include <openssl/dh.h>
+#endif
 
 const char *DSA_version="DSA" OPENSSL_VERSION_PTEXT;