From 25f3b885dbfd1ba330521c8fe106876667a31bb7 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 21 Jul 2021 09:38:25 +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 a95b58acf..89f11ce37 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.30.2