summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-02-23 14:27:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-02-23 14:27:47 +0000
commit41e68ef25fdd5c746d355de6b7e6ccdef6fabcc7 (patch)
treedb9d7d90c46bc7ba4d3aaf0e9fd01621c0311acf /crypto/evp/c_alld.c
parent3142c86d65a7da76d60622dcf1c177479d1bc9de (diff)
Add PBE algorithms with ciphers, not digests.
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r--crypto/evp/c_alld.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index 6c722847ea..febe51a3ee 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -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.
*
@@ -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
- PKCS12_PBE_add();
- PKCS5_PBE_add();
}