diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-24 12:30:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-24 12:30:14 +0100 |
commit | a9a1463c2397d5a116f1130904dd8dc7ccd87b75 (patch) | |
tree | d4f368072c48a22ddf3d42ddf329df7b60f56e01 /src | |
parent | ee8d56f9f308c79ab49c41afb2031a6a31bcf272 (diff) |
typo
Diffstat (limited to 'src')
-rw-r--r-- | src/src/tls-gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index 6737a9a20..5b4898014 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -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; |