Unify VC-32.pl and VC-CE.pl scripts and update INSTALL.W32.
[openssl.git] / apps / x509.c
index 393d0d1f47c3235b1b3f9c15e54f716cc3d26f6f..5f61eb5c467a54d125ba42a65ae0cd7d78bc0f4e 100644 (file)
 #include <openssl/x509v3.h>
 #include <openssl/objects.h>
 #include <openssl/pem.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
 #include <openssl/dsa.h>
+#endif
 
 #undef PROG
 #define PROG x509_main