projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb7e2b
)
1.0.1-specific OPNESSL vs. OPENSSL typo.
author
Andy Polyakov
<appro@openssl.org>
Sun, 15 Jan 2012 13:42:50 +0000
(13:42 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 15 Jan 2012 13:42:50 +0000
(13:42 +0000)
PR: 2613
Submitted by: Leena Heino
ssl/ssl_algs.c
patch
|
blob
|
history
diff --git
a/ssl/ssl_algs.c
b/ssl/ssl_algs.c
index 7767bb55c850bc5f347c4d89111b19d2aa6593fc..d443143c59354deefeca5853bd02417385c09946 100644
(file)
--- 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(OP
NE
SSL_NO_SHA1)
+#if !defined(OPENSSL_NO_SHA) && !defined(OP
EN
SSL_NO_SHA1)
EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1());
#endif