mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Don't ignore response to old OpenSSL warning
In the check for old versions of OpenSSL, the results of the call to `ignore_no_or_lame()` are ignored, and so the program continues even if the user enters `no`.
This commit is contained in:
parent
5a763ff8e1
commit
4ed1f2fc11
@ -7116,6 +7116,7 @@ check4openssl_oldfarts() {
|
|||||||
*) outln " Update openssl binaries or compile from github.com/PeterMosmans/openssl" ;;
|
*) outln " Update openssl binaries or compile from github.com/PeterMosmans/openssl" ;;
|
||||||
esac
|
esac
|
||||||
ignore_no_or_lame " Type \"yes\" to accept some false negatives or positives "
|
ignore_no_or_lame " Type \"yes\" to accept some false negatives or positives "
|
||||||
|
[[ $? -ne 0 ]] && exit -2
|
||||||
fi
|
fi
|
||||||
outln
|
outln
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user