mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
add quotes
This commit is contained in:
parent
a51a0a73a7
commit
161567f9d2
@ -19208,7 +19208,7 @@ initialize_engine(){
|
|||||||
export OPENSSL_CONF=''
|
export OPENSSL_CONF=''
|
||||||
return 1
|
return 1
|
||||||
elif $OPENSSL engine gost -v 2>&1 | grep -Eq 'invalid command|no such engine'; then
|
elif $OPENSSL engine gost -v 2>&1 | grep -Eq 'invalid command|no such engine'; then
|
||||||
[[ $DEBUG -ge 1 ]] && outln && pr_warning "No engine or GOST support via engine with your $OPENSSL"; outln
|
[[ "$DEBUG" -ge 1 ]] && outln && pr_warning "No engine or GOST support via engine with your $OPENSSL"; outln
|
||||||
fileout_insert_warning "engine_problem" "WARN" "No engine or GOST support via engine with your $OPENSSL"
|
fileout_insert_warning "engine_problem" "WARN" "No engine or GOST support via engine with your $OPENSSL"
|
||||||
export OPENSSL_CONF=''
|
export OPENSSL_CONF=''
|
||||||
return 1
|
return 1
|
||||||
@ -19217,7 +19217,7 @@ initialize_engine(){
|
|||||||
# to suppress the warning (confuses users), see #1119
|
# to suppress the warning (confuses users), see #1119
|
||||||
# https://github.com/openssl/openssl/commit/b524b808a1d1ba204dbdcbb42de4e3bddb3472ac
|
# https://github.com/openssl/openssl/commit/b524b808a1d1ba204dbdcbb42de4e3bddb3472ac
|
||||||
if ! grep -q 'using the .include directive' /etc/ssl/openssl.cnf; then
|
if ! grep -q 'using the .include directive' /etc/ssl/openssl.cnf; then
|
||||||
[[ $DEBUG -ge 1 ]] && outln && pr_warning "No engine or GOST support via engine with your $OPENSSL"; outln
|
[[ "$DEBUG" -ge 1 ]] && outln && pr_warning "No engine or GOST support via engine with your $OPENSSL"; outln
|
||||||
fi
|
fi
|
||||||
fileout_insert_warning "engine_problem" "WARN" "No engine or GOST support via engine with your $OPENSSL"
|
fileout_insert_warning "engine_problem" "WARN" "No engine or GOST support via engine with your $OPENSSL"
|
||||||
# Avoid clashes of OpenSSL 1.1.1 config file with our openssl 1.0.2. This is for Debian 10
|
# Avoid clashes of OpenSSL 1.1.1 config file with our openssl 1.0.2. This is for Debian 10
|
||||||
|
Loading…
Reference in New Issue
Block a user