From f9d167e054b6c63fb114cf96d1f0269f0bfbcefb Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 18 Jul 2021 20:30:24 +0100 Subject: [PATCH] typo --- src/src/tls-openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c index 26b5cf5e5..a95b58acf 100644 --- a/src/src/tls-openssl.c +++ b/src/src/tls-openssl.c @@ -3273,7 +3273,7 @@ else DEBUG(D_tls) if (len && name) debug_printf("ALPN negotiated: '%.*s'\n", (int)*name, name+1); else - debug_printf(ALPN: no protocol negotiated\n); + debug_printf(ALPN: no protocol negotiated\n"); } #endif -- 2.39.2