diff options
author | nginx <nginx@nginx.org> | 2012-10-02 13:57:46 +0000 |
---|---|---|
committer | Jon Kolb <jon@b0g.us> | 2012-10-02 13:57:46 +0000 |
commit | ab4bd1d23e43e937e2b9f08ae34904f9d0d7c60b (patch) | |
tree | bd12699d3f01641b0ad8d1fc16f3566535ab7859 /src/core/ngx_core.h | |
parent | b4d1d3eec8e8bf9edf4feb5e3caf49fffffb5267 (diff) | |
download | nginx-1.3.7.tar.gz |
Changes with nginx 1.3.7 02 Oct 2012v1.3.7
*) Feature: OCSP stapling support.
Thanks to Comodo, DigiCert and GlobalSign for sponsoring this work.
*) Feature: the "ssl_trusted_certificate" directive.
*) Feature: resolver now randomly rotates addresses returned from cache.
Thanks to Anton Jouline.
*) Bugfix: OpenSSL 0.9.7 compatibility.
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r-- | src/core/ngx_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 435ce64e7..bccc60341 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -69,12 +69,12 @@ typedef void (*ngx_connection_handler_pt)(ngx_connection_t *c); #include <ngx_slab.h> #include <ngx_inet.h> #include <ngx_cycle.h> +#include <ngx_resolver.h> #if (NGX_OPENSSL) #include <ngx_event_openssl.h> #endif #include <ngx_process_cycle.h> #include <ngx_conf_file.h> -#include <ngx_resolver.h> #include <ngx_open_file_cache.h> #include <ngx_os.h> #include <ngx_connection.h> |