SM cipher suite: fix name
Fix name of TLSv1.3 CCM cipher suite.
This commit is contained in:
parent
652c5491fe
commit
ce02ad7347
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user