]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commitdiff
SSL: style.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 25 Feb 2025 15:40:22 +0000 (19:40 +0400)
committerpluknet <pluknet@nginx.com>
Wed, 26 Feb 2025 13:40:03 +0000 (17:40 +0400)
src/event/ngx_event_openssl.c

index 0681ca3a265c014c9f0406edcf219baa2edc894f..2446219a7fb8802d6cf816e347f12316da31ba15 100644 (file)
@@ -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;