diff options
author | djm <> | 2010-10-01 22:59:01 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:59:01 +0000 |
commit | fe047d8b632246cb2db3234a0a4f32e5c318857b (patch) | |
tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/evp/c_allc.c | |
parent | 2ea67f4aa254b09ded62e6e14fc893bbe6381579 (diff) | |
download | openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.tar.gz openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.tar.bz2 openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.zip |
resolve conflicts, fix local changes
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 | } |