diff options
author | Piotr Sikora <piotr@cloudflare.com> | 2014-07-06 16:41:13 -0700 |
---|---|---|
committer | Piotr Sikora <piotr@cloudflare.com> | 2014-07-06 16:41:13 -0700 |
commit | f0e05f3d89315c0513ab01573e822bee0e31dcc4 (patch) | |
tree | edff15a591a7e2f73fa513fc33577e583dc9c8fe /src/misc/ngx_cpp_test_module.cpp | |
parent | 098c6bd81f7df201708a3bc59f9318eda60878fa (diff) | |
download | nginx-f0e05f3d89315c0513ab01573e822bee0e31dcc4.tar.gz nginx-f0e05f3d89315c0513ab01573e822bee0e31dcc4.zip |
SSL: include correct OpenSSL headers.
Previously, <bn.h>, <dh.h>, <rand.h> and <rsa.h> were pulled in
by <engine.h> using OpenSSL's deprecated interface, which meant
that nginx couldn't have been built with -DOPENSSL_NO_DEPRECATED.
Both <x509.h> and <x509v3.h> are pulled in by <ocsp.h>, but we're
calling X509 functions directly, so let's include those as well.
<crypto.h> is pulled in by virtually everything, but we're calling
CRYPTO_add() directly, so let's include it as well.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
0 files changed, 0 insertions, 0 deletions