From: Jeremy Harris Date: Sun, 18 Jul 2021 19:30:24 +0000 (+0100) Subject: typo X-Git-Tag: exim-4.95-RC1~7 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=f9d167e054b6c63fb114cf96d1f0269f0bfbcefb;p=user%2Fhenk%2Fcode%2Fexim.git typo --- 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