typo
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 18 Jul 2021 19:30:24 +0000 (20:30 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 18 Jul 2021 19:30:24 +0000 (20:30 +0100)
src/src/tls-openssl.c

index 26b5cf5e57773dfd958c03f3676bc1e5947e4b8b..a95b58acf2d0442858921167fcea95f2a448f593 100644 (file)
@@ -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