diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-10 18:44:17 +0300 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-10-10 18:44:17 +0300 |
| commit | a6cb8210905f35977276cb3861184e4dad99cc2a (patch) | |
| tree | b26cead7d693aa98737277803fe5216f76fcf876 | |
| parent | 78f91756cdf4523a5dd3e71184b09c2265efee6f (diff) | |
| download | nginx-a6cb8210905f35977276cb3861184e4dad99cc2a.tar.gz nginx-a6cb8210905f35977276cb3861184e4dad99cc2a.tar.bz2 | |
Modules compatibility: removed dependencies on NGX_MAIL_SSL.
External structures are now identical regardless of mail SSL module
compiled in or not.
| -rw-r--r-- | src/mail/ngx_mail.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 7c8422894..c30af35c9 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -35,9 +35,7 @@ typedef struct { unsigned bind:1; unsigned wildcard:1; -#if (NGX_MAIL_SSL) unsigned ssl:1; -#endif #if (NGX_HAVE_INET6) unsigned ipv6only:1; #endif @@ -54,9 +52,7 @@ typedef struct { typedef struct { ngx_mail_conf_ctx_t *ctx; ngx_str_t addr_text; -#if (NGX_MAIL_SSL) ngx_uint_t ssl; /* unsigned ssl:1; */ -#endif } ngx_mail_addr_conf_t; typedef struct { |
