mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
add line when using sockets for client simulation
This commit is contained in:
parent
197ef27542
commit
36d300b74e
@ -2740,7 +2740,11 @@ run_client_simulation() {
|
||||
requiresSha2+=(false)
|
||||
|
||||
outln
|
||||
pr_headlineln " Running browser simulations (experimental) "
|
||||
if "$using_sockets"; then
|
||||
pr_headlineln " Running browser simulations via sockets (experimental) "
|
||||
else
|
||||
pr_headlineln " Running browser simulations (experimental) "
|
||||
fi
|
||||
outln
|
||||
|
||||
debugme outln
|
||||
@ -8144,4 +8148,4 @@ fi
|
||||
exit $?
|
||||
|
||||
|
||||
# $Id: testssl.sh,v 1.507 2016/06/24 17:00:58 dirkw Exp $
|
||||
# $Id: testssl.sh,v 1.509 2016/06/28 10:21:48 dirkw Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user