From: Giovanni Bechis Date: Fri, 10 Sep 2021 10:28:21 +0000 (+0000) Subject: make the test work with LibreSSL X-Git-Tag: 2.5.0-alpha2-ci-test-only~814 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e8988f435aa357bdea7d9758be5f0df5ea35d29;p=thirdparty%2Fapache%2Fhttpd.git make the test work with LibreSSL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/make_sni.sh b/test/make_sni.sh index 1805c4be568..b501c43e422 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