SM cipher suite: fix name

Fix name of TLSv1.3 CCM cipher suite.
This commit is contained in:
Sean Parkinson 2023-07-11 07:30:44 +10:00
parent 652c5491fe
commit ce02ad7347

View File

@ -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