Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ngx_mail_ssl_module.h
Go to the documentation of this file.
1 
2 /*
3  * Copyright (C) Igor Sysoev
4  * Copyright (C) Nginx, Inc.
5  */
6 
7 
8 #ifndef _NGX_MAIL_SSL_H_INCLUDED_
9 #define _NGX_MAIL_SSL_H_INCLUDED_
10 
11 
12 #include <ngx_config.h>
13 #include <ngx_core.h>
14 #include <ngx_mail.h>
15 
16 
17 #define NGX_MAIL_STARTTLS_OFF 0
18 #define NGX_MAIL_STARTTLS_ON 1
19 #define NGX_MAIL_STARTTLS_ONLY 2
20 
21 
22 typedef struct {
25 
27 
30 
32 
34 
39 
41 
43 
44  u_char *file;
47 
48 
50 
51 
52 #endif /* _NGX_MAIL_SSL_H_INCLUDED_ */