libressl: add notify SSL library in use

This commit is contained in:
Richard Bonhomme 2018-08-23 20:29:35 +01:00
parent 673f158230
commit 2688e2493d
No known key found for this signature in database
GPG Key ID: C7423CEDFEFCE950

View File

@ -318,7 +318,9 @@ EASYRSA_PKI env-var undefined"
if [ -z "$EASYRSA_SSL_OK" ]; then
val="$("$EASYRSA_OPENSSL" version)"
case "${val%% *}" in
OpenSSL|LibreSSL) ;;
OpenSSL|LibreSSL)
notice "\
Using SSL: $EASYRSA_OPENSSL $("$EASYRSA_OPENSSL" version)" ;;
*) die "\
Missing or invalid OpenSSL
Expected to find openssl command at: $EASYRSA_OPENSSL"