summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Bechis <gbechis@apache.org>2021-09-10 12:28:21 +0200
committerGiovanni Bechis <gbechis@apache.org>2021-09-10 12:28:21 +0200
commit3e8988f435aa357bdea7d9758be5f0df5ea35d29 (patch)
tree1d1434a63794333de8e0c567db2c9f1fc5bf1a0a
parent * Switch to using OpenSSL EVP_* API to avoid deprecation warnings with (diff)
downloadapache2-3e8988f435aa357bdea7d9758be5f0df5ea35d29.tar.xz
apache2-3e8988f435aa357bdea7d9758be5f0df5ea35d29.zip
make the test work with LibreSSL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893222 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/make_sni.sh2
1 files changed, 1 insertions, 1 deletions
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