Check selftest status in all crypto operations and abort with
[oweals/openssl.git] / crypto / evp / evp_pkey.c
index b71555e71266bd1d79ac70083f58b9f65e7171a0..0147f3e02a683979b43f10aaf60fbaefc06a59b8 100644 (file)
 #include "cryptlib.h"
 #include <openssl/x509.h>
 #include <openssl/rand.h>
+#ifndef OPENSSL_NO_RSA
 #include <openssl/rsa.h>
+#endif
+#ifndef OPENSSL_NO_DSA
 #include <openssl/dsa.h>
+#endif
 #include <openssl/bn.h>
 
 #ifndef OPENSSL_NO_DSA