diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-01-03 15:25:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-03 15:25:40 +0000 |
commit | 3364dc6eb780a499e1a0c245330a843f15104510 (patch) | |
tree | 46375652692c718ee53ad9aaeaaa48791d7d6d29 /src/core/ngx_core.h | |
parent | 528cdb7c2cfa53012da651e4c16b9bb7ba8ddcd2 (diff) | |
download | nginx-3364dc6eb780a499e1a0c245330a843f15104510.tar.gz nginx-3364dc6eb780a499e1a0c245330a843f15104510.zip |
move the session cache callbacks to the ngx_openssl_module
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index f4163e915..c54884b52 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -64,11 +64,11 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_times.h> #include <ngx_shmtx.h> #include <ngx_slab.h> +#include <ngx_inet.h> +#include <ngx_cycle.h> #if (NGX_OPENSSL) #include <ngx_event_openssl.h> #endif -#include <ngx_inet.h> -#include <ngx_cycle.h> #include <ngx_process_cycle.h> #include <ngx_conf_file.h> #include <ngx_os.h> |