1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-03 05:38:36 +02:00

Merge pull request from tjconcept/master

fix typo in b93fc824
This commit is contained in:
Dirk Wetter 2016-02-07 08:49:20 +01:00
commit b8f2540541

@ -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