Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots more
[oweals/openssl.git] / crypto / evp / evp.h
index 9df4f1fdab65e05749a7b9165dd7a91d5693528d..b4231b042808b2e21a6c474cd2883a27b22e314c 100644 (file)
@@ -639,6 +639,8 @@ int PKCS5_PBE_keyivgen(const char *pass, int passlen, unsigned char *salt,
                         int saltlen, int iter, EVP_CIPHER *cipher, EVP_MD *md,
                         unsigned char *key, unsigned char *iv);
 
+void PKCS5_PBE_add(void);
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.