From c48b27a9a9e258d6cadcde639f9e616f1d46173a Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sun, 7 Feb 2016 03:07:30 +0100 Subject: [PATCH] fix typo in b93fc824 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 6b108f7..20754d8 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3234,7 +3234,7 @@ certificate_info() { else out "(response status unknown)" fileout "$heading ocsp_stapling" "OK" "OCSP stapling : not sure what's going on here, debug: grep -aA 20 "OCSP response" <<<"$ocsp_response"" - debug grep -a -A20 -B2 "OCSP response" <<<"$ocsp_response" + debugme grep -a -A20 -B2 "OCSP response" <<<"$ocsp_response" ret=2 fi fi