summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/c_allc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/evp/c_allc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/evp/c_allc.c b/src/lib/libcrypto/evp/c_allc.c
index 91ad980182..1c351d9b61 100644
--- a/src/lib/libcrypto/evp/c_allc.c
+++ b/src/lib/libcrypto/evp/c_allc.c
@@ -113,15 +113,6 @@ OpenSSL_add_all_ciphers(void)
113 EVP_add_cipher_alias(SN_idea_cbc, "idea"); 113 EVP_add_cipher_alias(SN_idea_cbc, "idea");
114#endif 114#endif
115 115
116#ifndef OPENSSL_NO_SEED
117 EVP_add_cipher(EVP_seed_ecb());
118 EVP_add_cipher(EVP_seed_cfb());
119 EVP_add_cipher(EVP_seed_ofb());
120 EVP_add_cipher(EVP_seed_cbc());
121 EVP_add_cipher_alias(SN_seed_cbc, "SEED");
122 EVP_add_cipher_alias(SN_seed_cbc, "seed");
123#endif
124
125#ifndef OPENSSL_NO_RC2 116#ifndef OPENSSL_NO_RC2
126 EVP_add_cipher(EVP_rc2_ecb()); 117 EVP_add_cipher(EVP_rc2_ecb());
127 EVP_add_cipher(EVP_rc2_cfb()); 118 EVP_add_cipher(EVP_rc2_cfb());