Gitweb:
https://git.exim.org/exim.git/commitdiff/f9d167e054b6c63fb114cf96d1f0269f0bfbcefb
Commit: f9d167e054b6c63fb114cf96d1f0269f0bfbcefb
Parent: 9138b6973b7908852a5910ee8f4adf10d737cf0f
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jul 18 20:30:24 2021 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jul 18 20:30:24 2021 +0100
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 26b5cf5..a95b58a 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