Oops, add missing comma

This commit is contained in:
Kareem
2026-08-07 13:57:13 -07:00
parent df249bbafd
commit f5ff44d76e
+1 -1
View File
@@ -29,7 +29,7 @@
"configure": ["--enable-all", "CPPFLAGS=-DWOLFSSL_CHECK_MEM_ZERO"]},
{"name": "all-faultharden-pk-privkey", "minutes": 7.8,
"comment": "Test holding private key in the PK callback with fault harden. Based on existing customer use case.",
"configure": ["--enable-all", "--enable-faultharden", "--enable-pkcallbacks" "CPPFLAGS=-DTEST_PK_PRIVKEY"]},
"configure": ["--enable-all", "--enable-faultharden", "--enable-pkcallbacks", "CPPFLAGS=-DTEST_PK_PRIVKEY"]},
{"name": "all-secure-renegotiation", "minutes": 7.8,
"configure": ["--enable-all", "--enable-secure-renegotiation"]},
{"name": "all-debug-certs", "minutes": 7.8,