[nginx] SSL: style.
noreply at nginx.com
noreply at nginx.com
Wed Feb 26 13:41:02 UTC 2025
details: https://github.com/nginx/nginx/commit/b11ae4cfc9483006f67d92850dc520abe659d880
branches: master
commit: b11ae4cfc9483006f67d92850dc520abe659d880
user: Sergey Kandaurov <pluknet at nginx.com>
date: Tue, 25 Feb 2025 19:40:22 +0400
description:
SSL: style.
---
src/event/ngx_event_openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c
index 0681ca3a2..2446219a7 100644
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -4034,12 +4034,12 @@ ngx_ssl_get_cached_session(ngx_ssl_conn_t *ssl_conn,
const u_char *p;
ngx_shm_zone_t *shm_zone;
ngx_slab_pool_t *shpool;
+ ngx_connection_t *c;
ngx_rbtree_node_t *node, *sentinel;
ngx_ssl_session_t *sess;
ngx_ssl_sess_id_t *sess_id;
ngx_ssl_session_cache_t *cache;
u_char buf[NGX_SSL_MAX_SESSION_SIZE];
- ngx_connection_t *c;
hash = ngx_crc32_short((u_char *) (uintptr_t) id, (size_t) len);
*copy = 0;
More information about the nginx-devel
mailing list