Skip to content

Commit

Permalink
SM cipher suite: fix name
Browse files Browse the repository at this point in the history
Fix name of TLSv1.3 CCM cipher suite.
  • Loading branch information
SparkiDev committed Jul 10, 2023
1 parent 652c549 commit ce02ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce02ad7

Please sign in to comment.