diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-15 16:51:16 +0000 |
| commit | 48714085dde4fe4c5b695dad23295e3f96fe1d2e (patch) | |
| tree | 37b0109215ca08bb1103f03dd43f435392ebe36a /src/mail/ngx_mail_ssl_module.c | |
| parent | 05a75d0d9496d874fc22d7e8b3c44b7914a61509 (diff) | |
| download | nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.gz nginx-48714085dde4fe4c5b695dad23295e3f96fe1d2e.tar.bz2 | |
ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
Diffstat (limited to 'src/mail/ngx_mail_ssl_module.c')
| -rw-r--r-- | src/mail/ngx_mail_ssl_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail/ngx_mail_ssl_module.c b/src/mail/ngx_mail_ssl_module.c index e343cbf7d..07665345a 100644 --- a/src/mail/ngx_mail_ssl_module.c +++ b/src/mail/ngx_mail_ssl_module.c @@ -120,6 +120,8 @@ static ngx_command_t ngx_mail_ssl_commands[] = { static ngx_mail_module_t ngx_mail_ssl_module_ctx = { + NULL, /* protocol */ + NULL, /* create main configuration */ NULL, /* init main configuration */ |
