diff options
Diffstat (limited to 'src/lib/libssl/ssl_algs.c')
-rw-r--r-- | src/lib/libssl/ssl_algs.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libssl/ssl_algs.c b/src/lib/libssl/ssl_algs.c index d443143c59..0967b2dfe4 100644 --- a/src/lib/libssl/ssl_algs.c +++ b/src/lib/libssl/ssl_algs.c | |||
@@ -73,9 +73,6 @@ int SSL_library_init(void) | |||
73 | #endif | 73 | #endif |
74 | #ifndef OPENSSL_NO_RC4 | 74 | #ifndef OPENSSL_NO_RC4 |
75 | EVP_add_cipher(EVP_rc4()); | 75 | EVP_add_cipher(EVP_rc4()); |
76 | #if !defined(OPENSSL_NO_MD5) && (defined(__x86_64) || defined(__x86_64__)) | ||
77 | EVP_add_cipher(EVP_rc4_hmac_md5()); | ||
78 | #endif | ||
79 | #endif | 76 | #endif |
80 | #ifndef OPENSSL_NO_RC2 | 77 | #ifndef OPENSSL_NO_RC2 |
81 | EVP_add_cipher(EVP_rc2_cbc()); | 78 | EVP_add_cipher(EVP_rc2_cbc()); |
@@ -88,12 +85,6 @@ int SSL_library_init(void) | |||
88 | EVP_add_cipher(EVP_aes_128_cbc()); | 85 | EVP_add_cipher(EVP_aes_128_cbc()); |
89 | EVP_add_cipher(EVP_aes_192_cbc()); | 86 | EVP_add_cipher(EVP_aes_192_cbc()); |
90 | EVP_add_cipher(EVP_aes_256_cbc()); | 87 | EVP_add_cipher(EVP_aes_256_cbc()); |
91 | EVP_add_cipher(EVP_aes_128_gcm()); | ||
92 | EVP_add_cipher(EVP_aes_256_gcm()); | ||
93 | #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) | ||
94 | EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1()); | ||
95 | EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1()); | ||
96 | #endif | ||
97 | #endif | 88 | #endif |
98 | #ifndef OPENSSL_NO_CAMELLIA | 89 | #ifndef OPENSSL_NO_CAMELLIA |
99 | EVP_add_cipher(EVP_camellia_128_cbc()); | 90 | EVP_add_cipher(EVP_camellia_128_cbc()); |