[nginx] SSL: style.

Sergey Kandaurov pluknet at nginx.com
Thu Oct 13 10:57:13 UTC 2022


details:   https://hg.nginx.org/nginx/rev/bf02161f291e
branches:  
changeset: 8080:bf02161f291e
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Wed Oct 12 20:14:45 2022 +0300
description:
SSL: style.

Runtime OCSP functions separated from configuration ones.

diffstat:

 src/event/ngx_event_openssl.h |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f106f4a68faf -r bf02161f291e src/event/ngx_event_openssl.h
--- a/src/event/ngx_event_openssl.h	Wed Oct 12 20:14:43 2022 +0300
+++ b/src/event/ngx_event_openssl.h	Wed Oct 12 20:14:45 2022 +0300
@@ -205,10 +205,12 @@ ngx_int_t ngx_ssl_ocsp(ngx_conf_t *cf, n
     ngx_uint_t depth, ngx_shm_zone_t *shm_zone);
 ngx_int_t ngx_ssl_ocsp_resolver(ngx_conf_t *cf, ngx_ssl_t *ssl,
     ngx_resolver_t *resolver, ngx_msec_t resolver_timeout);
+
 ngx_int_t ngx_ssl_ocsp_validate(ngx_connection_t *c);
 ngx_int_t ngx_ssl_ocsp_get_status(ngx_connection_t *c, const char **s);
 void ngx_ssl_ocsp_cleanup(ngx_connection_t *c);
 ngx_int_t ngx_ssl_ocsp_cache_init(ngx_shm_zone_t *shm_zone, void *data);
+
 ngx_array_t *ngx_ssl_read_password_file(ngx_conf_t *cf, ngx_str_t *file);
 ngx_array_t *ngx_ssl_preserve_passwords(ngx_conf_t *cf,
     ngx_array_t *passwords);



More information about the nginx-devel mailing list