(oops) Apologies all, that last header-cleanup commit was from the wrong
[openssl.git] / crypto / pem / pem_all.c
index 60f5188f309e5af482ca9f2a7788b0bfaabb7909..a4357d591cb30564e3a76695de1865d9002755d6 100644 (file)
 #include <openssl/x509.h>
 #include <openssl/pkcs7.h>
 #include <openssl/pem.h>
+#include <openssl/rsa.h>
+#include <openssl/dsa.h>
+#include <openssl/dh.h>
 
 #ifndef OPENSSL_NO_RSA
 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa);