]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make the test work with LibreSSL
authorGiovanni Bechis <gbechis@apache.org>
Fri, 10 Sep 2021 10:28:21 +0000 (10:28 +0000)
committerGiovanni Bechis <gbechis@apache.org>
Fri, 10 Sep 2021 10:28:21 +0000 (10:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893222 13f79535-47bb-0310-9956-ffa450edef68

test/make_sni.sh

index 1805c4be5680cb5b48b394383d2b1996d80a481d..b501c43e422f60e81d614bcc0ecc3c2179c37188 100644 (file)
@@ -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