mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
RT4458: Fix #ifndef line for GOST
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
923b1857de
commit
580731aff3
@ -2496,7 +2496,7 @@ static SSL_CIPHER ssl3_ciphers[] =
|
||||
|
||||
#endif /* OPENSSL_NO_CAMELLIA */
|
||||
|
||||
#ifndef OPENSL_NO_GOST
|
||||
#ifndef OPENSSL_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 /* OPENSSL_NO_GOST */
|
||||
|
||||
#ifndef OPENSSL_NO_IDEA
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user