Remove #error from include files.
[oweals/openssl.git] / crypto / dsa / dsa_lib.c
index 3b99b3c2eb5fa4902dd35488d1ea627b1d05d836..fa8330fd84739ef450f6d80d80d48fbed3448acf 100644 (file)
 #include <openssl/bn.h>
 #include <openssl/dsa.h>
 #include <openssl/asn1.h>
-#ifndef OPENSSL_NO_ENGINE
-# include <openssl/engine.h>
-#endif
-#ifndef OPENSSL_NO_DH
-# include <openssl/dh.h>
-#endif
+#include <openssl/engine.h>
+#include <openssl/dh.h>
 
 static const DSA_METHOD *default_DSA_method = NULL;