(oops) Apologies all, that last header-cleanup commit was from the wrong
[oweals/openssl.git] / crypto / pem / pem_info.c
index 17ea85e4d79c260052ebde437fa61d4e7b816eb6..7eba3b26c1dd00ccfe53abe3badfdec6faa856aa 100644 (file)
@@ -63,6 +63,8 @@
 #include <openssl/evp.h>
 #include <openssl/x509.h>
 #include <openssl/pem.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
 
 #ifndef OPENSSL_NO_FP_API
 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u)