comparison src/mail/ngx_mail_ssl_module.h @ 9120:0aaa09927703

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).
author Roman Arutyunyan <arut@nginx.com>
date Thu, 08 Jun 2023 14:49:27 +0400
parents 3bff3f397c05
children
comparison
equal deleted inserted replaced
9119:08ef02ad5c54 9120:0aaa09927703
18 #define NGX_MAIL_STARTTLS_ON 1 18 #define NGX_MAIL_STARTTLS_ON 1
19 #define NGX_MAIL_STARTTLS_ONLY 2 19 #define NGX_MAIL_STARTTLS_ONLY 2
20 20
21 21
22 typedef struct { 22 typedef struct {
23 ngx_flag_t enable;
24 ngx_flag_t prefer_server_ciphers; 23 ngx_flag_t prefer_server_ciphers;
25 24
26 ngx_ssl_t ssl; 25 ngx_ssl_t ssl;
27 26
28 ngx_uint_t starttls; 27 ngx_uint_t starttls;