1.0.1-specific OPNESSL vs. OPENSSL typo.
PR: 2613 Submitted by: Leena Heino
This commit is contained in:
parent
4fb7e2b445
commit
c8e0b5d7b6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ int SSL_library_init(void)
|
|||
EVP_add_cipher(EVP_aes_256_cbc());
|
||||
EVP_add_cipher(EVP_aes_128_gcm());
|
||||
EVP_add_cipher(EVP_aes_256_gcm());
|
||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPNESSL_NO_SHA1)
|
||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
|
||||
EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
|
||||
EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1());
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue