mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 00:32:33 -04:00
reg-tests/ssl/ssl_dh.vtc: fix syntax error
diag 0.0 sh: -c: line 0: syntax error near unexpected token `wolfSSL'
This commit is contained in:
parent
f4f733db18
commit
bf6644634e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
varnishtest "Test the DH related SSL options"
|
||||
# AWS-LC does not support any FFDH ciphersuites
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC)' && !ssllib_name_startswith(wolfSSL)'"
|
||||
feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC) && !ssllib_name_startswith(wolfSSL)'"
|
||||
feature cmd "command -v openssl && command -v grep && command -v socat"
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue