make the test work with LibreSSL

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Giovanni Bechis
2021-09-10 10:28:21 +00:00
parent fe3a48a632
commit 3e8988f435

View 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