typo
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 24 May 2022 11:30:14 +0000 (12:30 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 24 May 2022 11:30:14 +0000 (12:30 +0100)
src/src/tls-gnu.c

index 6737a9a2010d48f429daaba274a5fbfdef9811c2..5b48980145fe7be620755d014fcc19fe9404143f 100644 (file)
@@ -3279,7 +3279,7 @@ tls_retrieve_session(tls_support * tlsp, gnutls_session_t session,
 tlsp->resumption = RESUME_SUPPORTED;
 
 if (continue_hostname) /* no host_lbserver available for tls_client_resmption_key() */
-  { DEBU(D_tls) debug_printf("resumption not supported on continued-connection\n"); }
+  { DEBUG(D_tls) debug_printf("resumption not supported on continued-connection\n"); }
 else if (verify_check_given_host(CUSS &ob->tls_resumption_hosts, conn_args->host) == OK)
   {
   dbdata_tls_session * dt;