remove redundant ERR_load_... declarations
[openssl.git] / crypto / pkcs12 / pkcs12.h
index 52fd37714c67e91ba10f23b8e400a976e73c42a2..1786b6d4f3cef1f263c46f7cab72605d81c04226 100644 (file)
@@ -243,7 +243,6 @@ DECLARE_ASN1_FUNCTIONS(PKCS12_BAGS)
 DECLARE_ASN1_ITEM(PKCS12_SAFEBAGS)
 DECLARE_ASN1_ITEM(PKCS12_AUTHSAFES)
 
-void ERR_load_PKCS12_strings(void);
 void PKCS12_PBE_add(void);
 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
                 STACK_OF(X509) **ca);