mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Merge branch '2.9dev' into run_allciphers_sockets
This commit is contained in:
commit
facf34391f
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,7 +1,8 @@
|
||||
.DS_Store
|
||||
tmp.json
|
||||
*.bak
|
||||
|
||||
*.json
|
||||
*.csv
|
||||
*.log
|
||||
*.xml
|
||||
|
||||
*.iml
|
||||
|
@ -8489,8 +8489,6 @@ EOF
|
||||
}
|
||||
|
||||
maketempf() {
|
||||
local n
|
||||
|
||||
TEMPDIR=$(mktemp -d /tmp/ssltester.XXXXXX) || exit -6
|
||||
TMPFILE=$TEMPDIR/tempfile.txt || exit -6
|
||||
if [[ "$DEBUG" -eq 0 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user