REGTESTS: ssl: enable the ssl_reuse.vtc test for WolfSSL

Not working yet but it is needed to debug session resumption with
wolfSSL.

Could be backported in 2.7.
This commit is contained in:
William Lallemand 2022-12-20 15:27:33 +01:00
parent 2aa14ce5a1
commit 8f5699bda1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
varnishtest "Test if the SSL session/ticket reuse work correctly"
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL_WOLFSSL) || feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'"
feature ignore_unknown_macro
server s1 -repeat 84 {