From 2688e2493dfa20344ae1d55754578c141d2c3c90 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Thu, 23 Aug 2018 20:29:35 +0100 Subject: [PATCH] libressl: add notify SSL library in use --- easyrsa3/easyrsa | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 0aaec32..5bb01ba 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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"