comparison src/mail/ngx_mail_ssl_module.c @ 1487:f69493e8faab

ngx_mail_pop3_module, ngx_mail_imap_module, and ngx_mail_smtp_module
author Igor Sysoev <igor@sysoev.ru>
date Sat, 15 Sep 2007 16:51:16 +0000
parents 68f30ab68bb7
children 14510c3cc6cb
comparison
equal deleted inserted replaced
1486:0e7074ef7303 1487:f69493e8faab
118 ngx_null_command 118 ngx_null_command
119 }; 119 };
120 120
121 121
122 static ngx_mail_module_t ngx_mail_ssl_module_ctx = { 122 static ngx_mail_module_t ngx_mail_ssl_module_ctx = {
123 NULL, /* protocol */
124
123 NULL, /* create main configuration */ 125 NULL, /* create main configuration */
124 NULL, /* init main configuration */ 126 NULL, /* init main configuration */
125 127
126 ngx_mail_ssl_create_conf, /* create server configuration */ 128 ngx_mail_ssl_create_conf, /* create server configuration */
127 ngx_mail_ssl_merge_conf /* merge server configuration */ 129 ngx_mail_ssl_merge_conf /* merge server configuration */