summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-15 13:42:50 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-15 13:42:50 +0000
commitc8e0b5d7b6bd13c6180c68eefb312f1de7b40584 (patch)
tree0d80433d5b4d7167e18de7aa8484f441b2135f05
parent4fb7e2b4454cedef93cee01a156973d5c2e84d83 (diff)
downloadopenssl-new-c8e0b5d7b6bd13c6180c68eefb312f1de7b40584.tar.gz
1.0.1-specific OPNESSL vs. OPENSSL typo.
PR: 2613 Submitted by: Leena Heino
-rw-r--r--ssl/ssl_algs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_algs.c b/ssl/ssl_algs.c
index 7767bb55c8..d443143c59 100644
--- a/ssl/ssl_algs.c
+++ b/ssl/ssl_algs.c
@@ -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