Skip to content

Commit

Permalink
Merge pull request #6593 from SparkiDev/sm_update_2
Browse files Browse the repository at this point in the history
SM cipher suite: fix name
  • Loading branch information
JacobBarthelmeh committed Jul 11, 2023
2 parents 9f61cb9 + ce02ad7 commit ba4c96f
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 @@ -24410,7 +24410,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 ba4c96f

Please sign in to comment.