diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-23 14:54:58 +0000 |
| commit | 6f134cc2751846c7fb64e8862dfe8d57185872af (patch) | |
| tree | dc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/core/ngx_core.h | |
| parent | e425c20bbe6b401f1f816fded996543212e08b0c (diff) | |
| download | nginx-6f134cc2751846c7fb64e8862dfe8d57185872af.tar.gz nginx-6f134cc2751846c7fb64e8862dfe8d57185872af.tar.bz2 | |
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive.
*) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the
SSI command is always removed.
Diffstat (limited to 'src/core/ngx_core.h')
| -rw-r--r-- | src/core/ngx_core.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 1779513e1..cd066af35 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -63,6 +63,9 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_radix_tree.h> #include <ngx_times.h> #include <ngx_shmtx.h> +#if (NGX_OPENSSL) +#include <ngx_event_openssl.h> +#endif #include <ngx_inet.h> #if (NGX_HAVE_UNIX_DOMAIN) #include <ngx_unix_domain.h> @@ -71,9 +74,6 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_process_cycle.h> #include <ngx_conf_file.h> #include <ngx_os.h> -#if (NGX_OPENSSL) -#include <ngx_event_openssl.h> -#endif #include <ngx_connection.h> |
