mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
SM cipher suite: fix name
Fix name of TLSv1.3 CCM cipher suite.
This commit is contained in:
@ -24339,7 +24339,7 @@ static const CipherSuiteInfo cipher_names[] =
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_TLS_SM4_CCM_SM3
|
||||
SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_GCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR),
|
||||
SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_CCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR),
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_TLS_SHA256_SHA256
|
||||
|
Reference in New Issue
Block a user