From a7fe2bd9c58717d674325a007686f247a87a89cf Mon Sep 17 00:00:00 2001 From: Florian Wilkens Date: Fri, 28 May 2021 12:56:01 +0200 Subject: [PATCH] testing: feature gate ssl/decryption test --- testing/btest/scripts/policy/protocols/ssl/decryption.zeek | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/btest/scripts/policy/protocols/ssl/decryption.zeek b/testing/btest/scripts/policy/protocols/ssl/decryption.zeek index 9e73ef418f..741284a540 100644 --- a/testing/btest/scripts/policy/protocols/ssl/decryption.zeek +++ b/testing/btest/scripts/policy/protocols/ssl/decryption.zeek @@ -1,5 +1,6 @@ -# @TEST-EXEC: zeek -b -C -r $TRACES/tls/tls12-decryption.pcap %INPUT +# @TEST-REQUIRES: grep -q "#define OPENSSL_HAVE_KDF_H" $BUILD/zeek-config.h +# @TEST-EXEC: zeek -b -C -r $TRACES/tls/tls12-decryption.pcap %INPUT # @TEST-EXEC: btest-diff http.log @load protocols/ssl/decryption