From 3e8988f435aa357bdea7d9758be5f0df5ea35d29 Mon Sep 17 00:00:00 2001 From: Giovanni Bechis Date: Fri, 10 Sep 2021 10:28:21 +0000 Subject: make the test work with LibreSSL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893222 13f79535-47bb-0310-9956-ffa450edef68 --- test/make_sni.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/make_sni.sh b/test/make_sni.sh index 1805c4be56..b501c43e42 100644 --- a/test/make_sni.sh +++ b/test/make_sni.sh @@ -90,7 +90,7 @@ if [ $# -gt 0 ]; then NAMES=$* fi -if ! openssl version | grep -q OpenSSL; then +if ! openssl version | grep -Eq 'LibreSSL|OpenSSL'; then echo Aborted - your openssl is very old or misconfigured. exit 1 fi -- cgit v1.2.3