We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e2527 commit bf4b066Copy full SHA for bf4b066
1 file changed
tests/api/test_tls13.h
@@ -56,7 +56,7 @@ int test_tls13_derive_keys_no_key(void);
56
TEST_DECL_GROUP("tls13", test_key_share_mismatch), \
57
TEST_DECL_GROUP("tls13", test_tls13_middlebox_compat_empty_session_id), \
58
TEST_DECL_GROUP("tls13", test_tls13_plaintext_alert), \
59
- TEST_DECL_GROUP("tls13", test_tls13_cert_req_sigalgs), \
+ TEST_DECL_GROUP("tls13", test_tls13_cert_req_sigalgs), \
60
TEST_DECL_GROUP("tls13", test_tls13_derive_keys_no_key)
61
62
#endif /* WOLFCRYPT_TEST_TLS13_H */
0 commit comments