mirror of
https://github.com/apache/httpd.git
synced 2025-07-22 00:36:09 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user