Add PBE algorithms with ciphers, not digests.
[openssl.git] / crypto / evp / c_alld.c
index 6c722847ea32f72a1e5603a4070cc27a720a2505..febe51a3ee4372dbf3dac2271919bcaa9595bf08 100644 (file)
@@ -1,4 +1,4 @@
-/* crypto/evp/c_all.c */
+/* crypto/evp/c_alld.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -97,6 +97,4 @@ void OpenSSL_add_all_digests(void)
        EVP_add_digest_alias(SN_ripemd160,"ripemd");
        EVP_add_digest_alias(SN_ripemd160,"rmd160");
 #endif
        EVP_add_digest_alias(SN_ripemd160,"ripemd");
        EVP_add_digest_alias(SN_ripemd160,"rmd160");
 #endif
-       PKCS12_PBE_add();
-       PKCS5_PBE_add();
        }
        }