summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allc.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-15 17:34:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-15 17:34:36 +0000
commitb8f702a0affa2087758230967b55df504a176774 (patch)
treed2c88480228868f760becc284669e99ef897bde6 /crypto/evp/c_allc.c
parent43c9825c2a2f2f552517d45d3f3e386a0fe37f2f (diff)
Change builting PBE to use static table. Add entries for HMAC and MD5, GOST.
Diffstat (limited to 'crypto/evp/c_allc.c')
-rw-r--r--crypto/evp/c_allc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
index fc96812365..fc16432a05 100644
--- a/crypto/evp/c_allc.c
+++ b/crypto/evp/c_allc.c
@@ -183,6 +183,4 @@ void OpenSSL_add_all_ciphers(void)
EVP_add_cipher_alias(SN_aes_256_cbc,"AES256");
EVP_add_cipher_alias(SN_aes_256_cbc,"aes256");
#endif
- PKCS12_PBE_add();
- PKCS5_PBE_add();
}