diff options
Diffstat (limited to 'src/lib/libcrypto/evp/c_allc.c')
-rw-r--r-- | src/lib/libcrypto/evp/c_allc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/c_allc.c b/src/lib/libcrypto/evp/c_allc.c index 7054d8125d..c5f9268378 100644 --- a/src/lib/libcrypto/evp/c_allc.c +++ b/src/lib/libcrypto/evp/c_allc.c | |||
@@ -71,6 +71,8 @@ void OpenSSL_add_all_ciphers(void) | |||
71 | EVP_add_cipher(EVP_des_cfb8()); | 71 | EVP_add_cipher(EVP_des_cfb8()); |
72 | EVP_add_cipher(EVP_des_ede_cfb()); | 72 | EVP_add_cipher(EVP_des_ede_cfb()); |
73 | EVP_add_cipher(EVP_des_ede3_cfb()); | 73 | EVP_add_cipher(EVP_des_ede3_cfb()); |
74 | EVP_add_cipher(EVP_des_ede3_cfb1()); | ||
75 | EVP_add_cipher(EVP_des_ede3_cfb8()); | ||
74 | 76 | ||
75 | EVP_add_cipher(EVP_des_ofb()); | 77 | EVP_add_cipher(EVP_des_ofb()); |
76 | EVP_add_cipher(EVP_des_ede_ofb()); | 78 | EVP_add_cipher(EVP_des_ede_ofb()); |
@@ -219,7 +221,4 @@ void OpenSSL_add_all_ciphers(void) | |||
219 | EVP_add_cipher_alias(SN_camellia_256_cbc,"CAMELLIA256"); | 221 | EVP_add_cipher_alias(SN_camellia_256_cbc,"CAMELLIA256"); |
220 | EVP_add_cipher_alias(SN_camellia_256_cbc,"camellia256"); | 222 | EVP_add_cipher_alias(SN_camellia_256_cbc,"camellia256"); |
221 | #endif | 223 | #endif |
222 | |||
223 | PKCS12_PBE_add(); | ||
224 | PKCS5_PBE_add(); | ||
225 | } | 224 | } |