diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-04 14:32:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-04 14:32:44 +0000 |
commit | a65104203283ead15a6101f548107b95a450c7c9 (patch) | |
tree | 62580277138cc21a1d75c6ea972f35b98dc561b4 /test/confs | |
parent | 77020c7983ba76ddb0b5741b501d97af89f794b3 (diff) |
Fix non-OCSP OpenSSL build
Issue found by: Frank Elsner
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5860 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/5860 b/test/confs/5860 index 94436c344..81eb5a16d 100644 --- a/test/confs/5860 +++ b/test/confs/5860 @@ -74,9 +74,11 @@ send_to_server: # hosts_try_dane = * hosts_require_dane = * +.ifdef _HAVE_OCSP hosts_request_ocsp = ${if or { {= {4}{$tls_out_tlsa_usage}} \ {= {0}{$tls_out_tlsa_usage}} } \ {*}{}} +.endif event_action = ${acl {logger}} |