aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_openssl.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2023-02-23 16:17:29 +0400
committerSergey Kandaurov <pluknet@nginx.com>2023-02-23 16:17:29 +0400
commitd9610b40a658a6331fc61cb41d7d255f9566cd2e (patch)
tree68921ceab48deeef5ddc0b3f5263e99f7ff78fa5 /src/event/ngx_event_openssl.h
parent5149620d6d41571306257f001fa5fd412168a866 (diff)
downloadnginx-d9610b40a658a6331fc61cb41d7d255f9566cd2e.tar.gz
nginx-d9610b40a658a6331fc61cb41d7d255f9566cd2e.zip
QUIC: using ngx_ssl_handshake_log().
Diffstat (limited to 'src/event/ngx_event_openssl.h')
-rw-r--r--src/event/ngx_event_openssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event/ngx_event_openssl.h b/src/event/ngx_event_openssl.h
index 3a6a1d2bb..c062f912c 100644
--- a/src/event/ngx_event_openssl.h
+++ b/src/event/ngx_event_openssl.h
@@ -310,6 +310,9 @@ ngx_int_t ngx_ssl_get_client_v_remain(ngx_connection_t *c, ngx_pool_t *pool,
ngx_int_t ngx_ssl_handshake(ngx_connection_t *c);
+#if (NGX_DEBUG)
+void ngx_ssl_handshake_log(ngx_connection_t *c);
+#endif
ssize_t ngx_ssl_recv(ngx_connection_t *c, u_char *buf, size_t size);
ssize_t ngx_ssl_write(ngx_connection_t *c, u_char *data, size_t size);
ssize_t ngx_ssl_recv_chain(ngx_connection_t *c, ngx_chain_t *cl, off_t limit);