easyrsa_openssl(): Improve failure message

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2023-03-13 16:59:51 +00:00
parent fc6d827196
commit 71bd6ae930
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -919,7 +919,10 @@ easyrsa_openssl() {
fi
# Always fail here
die "easyrsa_openssl - $openssl_command failed"
die "\
easyrsa_openssl - Command has failed:
* $EASYRSA_OPENSSL $openssl_command \
${has_config:+-config $easyrsa_safe_ssl_conf }$*"
} # => easyrsa_openssl()
# Verify the SSL library is functional and establish version dependencies