aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_ssl_module.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-06-08 14:49:27 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-06-08 14:49:27 +0400
commitd32f66f1e8dc81a0edbadbacf74191684a653d09 (patch)
tree55364ba4aaf4505317f5993f52e5c94f9a78885b /src/mail/ngx_mail_ssl_module.h
parentaefd862ab197c3ab49001fcf69be478aab5b0f4e (diff)
downloadnginx-d32f66f1e8dc81a0edbadbacf74191684a653d09.tar.gz
nginx-d32f66f1e8dc81a0edbadbacf74191684a653d09.zip
SSL: removed the "ssl" directive.
It has been deprecated since 7270:46c0c7ef4913 (1.15.0) in favour of the "ssl" parameter of the "listen" directive, which has been available since 2224:109849282793 (0.7.14).
Diffstat (limited to 'src/mail/ngx_mail_ssl_module.h')
-rw-r--r--src/mail/ngx_mail_ssl_module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mail/ngx_mail_ssl_module.h b/src/mail/ngx_mail_ssl_module.h
index a0a611317..c0eb6a38f 100644
--- a/src/mail/ngx_mail_ssl_module.h
+++ b/src/mail/ngx_mail_ssl_module.h
@@ -20,7 +20,6 @@
typedef struct {
- ngx_flag_t enable;
ngx_flag_t prefer_server_ciphers;
ngx_ssl_t ssl;