easyrsa_openssl(): Improve failure message
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
fc6d827196
commit
71bd6ae930
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user