Skip to content

Commit ce02ad7

Browse files
committed
SM cipher suite: fix name
Fix name of TLSv1.3 CCM cipher suite.
1 parent 652c549 commit ce02ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/internal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24339,7 +24339,7 @@ static const CipherSuiteInfo cipher_names[] =
2433924339
#endif
2434024340

2434124341
#ifdef BUILD_TLS_SM4_CCM_SM3
24342-
SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_GCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR),
24342+
SUITE_INFO("TLS13-SM4-CCM-SM3","TLS_SM4_CCM_SM3",CIPHER_BYTE,TLS_SM4_CCM_SM3, TLSv1_3_MINOR, SSLv3_MAJOR),
2434324343
#endif
2434424344

2434524345
#ifdef BUILD_TLS_SHA256_SHA256

0 commit comments

Comments
 (0)