Unify s_client/s_server srtp profiles option handling
[openssl.git] / crypto / pkcs12 / p12_lcl.h
index 9a27f2fa9e2fce5a28565b414d14caaed56bdd1f..0b52f1e1fed9a7394759c6e33ff858e3eafb5054 100644 (file)
@@ -41,13 +41,3 @@ struct pkcs12_bag_st {
         ASN1_TYPE *other;       /* Secret or other bag */
     } value;
 };
-
-#undef PKCS12_key_gen
-/*
- * See p12_multi.c:PKCS12_verify_mac() for details...
- */
-extern int (*PKCS12_key_gen)(const char *pass, int passlen,
-                             unsigned char *salt, int slen,
-                             int id, int iter, int n,
-                             unsigned char *out,
-                             const EVP_MD *md_type);