mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
- regression wrt what_dh
This commit is contained in:
parent
5d230edb3a
commit
41bc2fb70c
@ -1531,8 +1531,8 @@ read_dhbits_from_file() {
|
||||
|
||||
debugme echo ">$HAS_DH_BITS|$what_dh|$bits<"
|
||||
|
||||
[[ -n "what_dh" ]] && HAS_DH_BITS=true # FIX 190
|
||||
if [[ -z "what_dh" ]]; then
|
||||
[[ -n "$what_dh" ]] && HAS_DH_BITS=true # FIX 190
|
||||
if [[ -z "$what_dh" ]]; then
|
||||
if [[ -z "$2" ]]; then
|
||||
pr_litemagenta "$old_fart"
|
||||
fi
|
||||
@ -5076,4 +5076,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.397 2015/10/01 11:27:13 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.398 2015/10/02 22:14:51 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user