]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/transports/smtp.c
LibreSSL: TLS-write-shutdown does not push data
[user/henk/code/exim.git] / src / src / transports / smtp.c
index dfb4a928492ddcf71aabf84e59e3efc428492365..3210e596c4f68a9e0a5261d5151acb3043ffbbbb 100644 (file)
@@ -4102,7 +4102,7 @@ else
       sx->send_quit = FALSE;   /* avoid sending it later */
 
 #ifndef DISABLE_TLS
-      if (sx->cctx.tls_ctx)    /* need to send TLS Cloe Notify */
+      if (sx->cctx.tls_ctx)    /* need to send TLS Close Notify */
        {
 # ifdef EXIM_TCP_CORK          /* Use _CORK to get Close Notify in FIN segment */
        (void) setsockopt(sx->cctx.sock, IPPROTO_TCP, EXIM_TCP_CORK, US &on, sizeof(on));