Codebase list sslscan / 9745116
Add a patch to fix spelling error Sophie Brun 4 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Mon, 24 Feb 2020 16:44:54 +0100
2 Subject: Fix spelling error
3
4 ---
5 sslscan.c | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/sslscan.c b/sslscan.c
9 index 5f210d4..2219439 100644
10 --- a/sslscan.c
11 +++ b/sslscan.c
12 @@ -2422,7 +2422,7 @@ static int ocsp_resp_cb(SSL *s, void *unused) {
13
14 len = SSL_get_tlsext_status_ocsp_resp(s, &p);
15 if (p == NULL) {
16 - BIO_puts(bp, "No OCSP response recieved.\n\n");
17 + BIO_puts(bp, "No OCSP response received.\n\n");
18 goto err;
19 }
20
00 Don-t-run-the-test.patch
1 Fix-spelling-error.patch