mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-19 01:53:24 +02:00
Oops, add missing comma
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user