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:
923b185
)
RT4458: Fix #ifndef line for GOST
author
Pauli
<paul.dale@oracle.com>
Mon, 21 Mar 2016 23:16:36 +0000
(09:16 +1000)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 31 Mar 2016 15:19:15 +0000
(11:19 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/s3_lib.c
patch
|
blob
|
history
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index e6cf309bb514c2dbc661c93d8863f439c25102a3..ef65050cc4f617409e5c01c1d309ce8a9fa7cf7c 100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-2496,7
+2496,7
@@
static SSL_CIPHER ssl3_ciphers[] =
#endif /* OPENSSL_NO_CAMELLIA */
-#ifndef OPENSL_NO_GOST
+#ifndef OPENS
S
L_NO_GOST
{
1,
"GOST2001-GOST89-GOST89",
@@
-2556,7
+2556,7
@@
static SSL_CIPHER ssl3_ciphers[] =
SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256 | TLS1_STREAM_MAC,
0,
0},
-#endif /* OPENSL_NO_GOST */
+#endif /* OPENS
S
L_NO_GOST */
#ifndef OPENSSL_NO_IDEA
{