]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
Also log the hsfunc, rfunc and wfunc pointers
authorViktor Dukhovni <postfix-users@dukhovni.org>
Thu, 14 May 2020 01:56:26 +0000 (21:56 -0400)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Thu, 14 May 2020 01:56:26 +0000 (21:56 -0400)
postfix/src/tls/tls_bio_ops.c

index 52b5d714d083259040992efafd23c6a9f6b9301c..93d3535d75044ddcfd1391b2b3144a40703fa276 100644 (file)
@@ -207,7 +207,8 @@ int     tls_bio(int fd, int timeout, TLS_SESS_STATE *TLScontext,
        err = SSL_get_error(TLScontext->con, status);
 
         if (TLScontext->log_mask & TLS_LOG_IO)
-            msg_info("%s: SSL_get_error(%d) = %d", myname, status, err);
+            msg_info("%s: hsfunc=%p, rfunc=%p, wfunc=%p, SSL_get_error(%d) = %d",
+                     myname, hsfunc, rfunc, wfunc, status, err);
 
        /*
         * Correspondence between SSL_ERROR_* error codes and tls_bio_(read,