We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67ee3d9 + 06fd88f commit e456679Copy full SHA for e456679
testssl.sh
@@ -20847,7 +20847,7 @@ find_openssl_binary() {
20847
initialize_engine
20848
20849
openssl_location="$(type -p $OPENSSL)"
20850
-
+
20851
[[ -n "$GIT_REL" ]] && \
20852
cwd="$PWD" || \
20853
cwd="$RUN_DIR"
@@ -24328,6 +24328,7 @@ parse_cmd_line() {
24328
;;
24329
-BB|--BB|--robot)
24330
do_robot=true
24331
+ ((VULN_COUNT++))
24332
24333
-R|--renegotiation)
24334
do_renego=true
0 commit comments