summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-07-21 09:38:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-07-21 09:38:25 +0100
commit25f3b885dbfd1ba330521c8fe106876667a31bb7 (patch)
treee3303fb817ce2f6460e665fc82abf922f7d981d3
parent651acf8b35829ae9cf763d0e9103d2f6ec3544b0 (diff)
downloadexim4-25f3b885dbfd1ba330521c8fe106876667a31bb7.tar.gz
typo
-rw-r--r--src/src/tls-openssl.c2
1 files changed, 1 insertions, 1 deletions
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