make
[openssl.git] / crypto / x509 / x_all.c
index 84ec5d5098001cc9496e74eca69e4263fdb932ca..9039caad60de9eb65615d54439aa3f429d10d0a1 100644 (file)
 #include <openssl/asn1.h>
 #include <openssl/evp.h>
 #include <openssl/x509.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
 #include <openssl/dsa.h>
+#endif
 
 int X509_verify(X509 *a, EVP_PKEY *r)
        {