easyrsa_openssl(): Add verbose output when functions are skipped
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
a9b7c6a8a4
commit
9b95eaa8dc
@ -919,6 +919,8 @@ easyrsa_openssl() {
|
|||||||
# there are unacceptable differences in behavior
|
# there are unacceptable differences in behavior
|
||||||
if [ "$working_safe_ssl_conf" ]; then
|
if [ "$working_safe_ssl_conf" ]; then
|
||||||
: # ok - This has been done before
|
: # ok - This has been done before
|
||||||
|
verbose "\
|
||||||
|
easyrsa_openssl: escape_hazard SKIPPED"
|
||||||
else
|
else
|
||||||
escape_hazard || \
|
escape_hazard || \
|
||||||
die "easyrsa_openssl - escape_hazard failed"
|
die "easyrsa_openssl - escape_hazard failed"
|
||||||
@ -934,6 +936,8 @@ easyrsa_openssl() {
|
|||||||
if [ "$working_safe_ssl_conf" ]; then
|
if [ "$working_safe_ssl_conf" ]; then
|
||||||
# ok - This has been done before
|
# ok - This has been done before
|
||||||
easyrsa_safe_ssl_conf="$working_safe_ssl_conf"
|
easyrsa_safe_ssl_conf="$working_safe_ssl_conf"
|
||||||
|
verbose "\
|
||||||
|
easyrsa_openssl: easyrsa_rewrite_ssl_config SKIPPED"
|
||||||
else
|
else
|
||||||
# Write a safe SSL config temp-file
|
# Write a safe SSL config temp-file
|
||||||
easyrsa_rewrite_ssl_config || die \
|
easyrsa_rewrite_ssl_config || die \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user