summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-07-18 20:30:24 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-07-18 20:30:24 +0100
commitf9d167e054b6c63fb114cf96d1f0269f0bfbcefb (patch)
tree5d5ba447ae266689dad8d4df2fcdc8e7dc3ea9f5
parent9138b6973b7908852a5910ee8f4adf10d737cf0f (diff)
downloadexim4-f9d167e054b6c63fb114cf96d1f0269f0bfbcefb.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 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