Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Variables
ngx_mail_ssl_module.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_mail.h>
Include dependency graph for ngx_mail_ssl_module.c:

Go to the source code of this file.

Macros

#define NGX_DEFAULT_CIPHERS   "HIGH:!aNULL:!MD5"
#define NGX_DEFAULT_ECDH_CURVE   "prime256v1"

Variables

ngx_module_t ngx_mail_ssl_module

Macro Definition Documentation

#define NGX_DEFAULT_CIPHERS   "HIGH:!aNULL:!MD5"

Definition at line 13 of file ngx_mail_ssl_module.c.

#define NGX_DEFAULT_ECDH_CURVE   "prime256v1"

Definition at line 14 of file ngx_mail_ssl_module.c.

Variable Documentation

ngx_module_t ngx_mail_ssl_module
Initial value:
{
&ngx_mail_ssl_module_ctx,
ngx_mail_ssl_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}

Definition at line 141 of file ngx_mail_ssl_module.c.