zeek/testing/scripts/have-spicy-ssl
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
102 B
Bash
Executable File

#!/bin/sh
if grep -q "#define ENABLE_SPICY_SSL" "${BUILD}/zeek-config.h"; then
exit 0
fi
exit 1