typo
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 21 Jul 2021 08:38:25 +0000 (09:38 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 21 Jul 2021 08:38:25 +0000 (09:38 +0100)
src/src/tls-openssl.c

index a95b58acf2d0442858921167fcea95f2a448f593..89f11ce374b8d6e8c2855bab92f84d5283356988 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