summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_ssl_module.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2024-03-22 14:18:51 +0400
committerSergey Kandaurov <pluknet@nginx.com>2024-03-22 14:18:51 +0400
commite4a062b18699c18f570c736e7cbb4245b0659bb6 (patch)
tree0da1f47a26fdb94d7c23e285b62042ed8f00eed7 /src/stream/ngx_stream_ssl_module.h
parenta168b810e23627070271dc8bab61cfd6f0caddd7 (diff)
downloadnginx-e4a062b18699c18f570c736e7cbb4245b0659bb6.tar.gz
nginx-e4a062b18699c18f570c736e7cbb4245b0659bb6.tar.bz2
Stream: using ngx_stream_ssl_srv_conf_t *sscf naming convention.
Originally, the stream module was developed based on the mail module, following the existing style. Then it was diverged to closely follow the http module development. This change updates style to use sscf naming convention troughout the stream module, which matches the http module code style. No functional changes.
Diffstat (limited to 'src/stream/ngx_stream_ssl_module.h')
-rw-r--r--src/stream/ngx_stream_ssl_module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/ngx_stream_ssl_module.h b/src/stream/ngx_stream_ssl_module.h
index 3a9cf54af..6f6d9aec3 100644
--- a/src/stream/ngx_stream_ssl_module.h
+++ b/src/stream/ngx_stream_ssl_module.h
@@ -53,7 +53,7 @@ typedef struct {
ngx_flag_t session_tickets;
ngx_array_t *session_ticket_keys;
-} ngx_stream_ssl_conf_t;
+} ngx_stream_ssl_srv_conf_t;
extern ngx_module_t ngx_stream_ssl_module;