From e184f94b8ad3098e891a22273dedf1acc670b3b6 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 24 Oct 2018 08:27:19 +0200 Subject: [PATCH] Revert "Remove trailing spaces" This reverts commit 7881dc386c8e5c32b40823a17e5da674b66ae307. --- testssl.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/testssl.sh b/testssl.sh index 0130caf..89f75a6 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6697,7 +6697,7 @@ extract_stapled_ocsp() { local response="$(cat $TMPFILE)" local ocsp tmp local -i ocsp_len - + STAPLED_OCSP_RESPONSE="" if [[ "$response" =~ "CertificateStatus" ]]; then # This is OpenSSL 1.1.0 or 1.1.1 and the response @@ -6737,7 +6737,7 @@ extract_stapled_ocsp() { ocsp_len=2*$(hex2dec "${tls_certificate_status_ascii:8:6}") STAPLED_OCSP_RESPONSE="${ocsp:14:ocsp_len}" fi - return 0 + return 0 } # arg1 is "-cipher " or empty @@ -15933,7 +15933,7 @@ mybanner() { bb1=$(cat <