Fixups from previous commit.

This commit is contained in:
Ben Laurie
2013-01-29 18:06:08 +00:00
committed by Dr. Stephen Henson
parent f852b60797
commit 080f395392
4 changed files with 2 additions and 4 deletions

View File

@@ -87,7 +87,6 @@ int SSL_library_init(void)
EVP_add_cipher(EVP_aes_256_cbc());
#endif
#endif
#ifndef OPENSSL_NO_CAMELLIA
EVP_add_cipher(EVP_camellia_128_cbc());
EVP_add_cipher(EVP_camellia_256_cbc());