summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-01-30 16:56:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-02-05 16:50:33 +0000
commit2928cb4c82d6516d9e65ede4901a5957d8c39c32 (patch)
treeed17442f124163ffa87c516bdbd0ed1d293d7c36 /crypto
parenta33e6702a0db1b9f4648d247b8b28a5c0e42ca13 (diff)
Fixups.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/c_allc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
index 354090f21f..e45cee8ab0 100644
--- a/crypto/evp/c_allc.c
+++ b/crypto/evp/c_allc.c
@@ -194,7 +194,6 @@ 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
-#endif
#ifndef OPENSSL_NO_CAMELLIA
EVP_add_cipher(EVP_camellia_128_ecb());