mirror of
https://github.com/openssl/openssl.git
synced 2024-12-13 20:13:53 +08:00
Fix GOST2012-NULL-GOST12
Fix a typo in the definition of the GOST2012-NULL-GOST12 ciphersuite. RT#4213 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
0e76014e58
commit
8957728772
@ -3284,7 +3284,7 @@ OPENSSL_GLOBAL const SSL_CIPHER ssl3_ciphers[] = {
|
||||
SSL_GOST12_256,
|
||||
SSL_TLSV1,
|
||||
SSL_STRONG_NONE,
|
||||
SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256,
|
||||
SSL_HANDSHAKE_MAC_GOST12_256 | TLS1_PRF_GOST12_256 | TLS1_STREAM_MAC,
|
||||
0,
|
||||
0},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user