From e9edc5fb5af1d82b1ef7fb2a2b579794b96b949d Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 7 Nov 2016 21:05:21 +0100 Subject: [PATCH 1/2] update --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 From 9ea5cf86980037455ed1640512ab1435a50e3971 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 7 Nov 2016 23:52:58 +0100 Subject: [PATCH 2/2] minor --- testssl.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index b9a5a4d..8e43164 100755 --- a/testssl.sh +++ b/testssl.sh @@ -8421,8 +8421,6 @@ EOF } maketempf() { - local n - TEMPDIR=$(mktemp -d /tmp/ssltester.XXXXXX) || exit -6 TMPFILE=$TEMPDIR/tempfile.txt || exit -6 if [[ "$DEBUG" -eq 0 ]]; then