diff --git a/.gitignore b/.gitignore index cf8dc88..02eb7e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ .DS_Store tmp.json *.bak - +*.json +*.csv +*.log *.xml - *.iml diff --git a/testssl.sh b/testssl.sh index c0d6fe5..9726e1f 100755 --- a/testssl.sh +++ b/testssl.sh @@ -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