diff options
author | Piotr Sikora <piotr@cloudflare.com> | 2014-07-06 16:41:14 -0700 |
---|---|---|
committer | Piotr Sikora <piotr@cloudflare.com> | 2014-07-06 16:41:14 -0700 |
commit | d224ed7eea5885b489ba99c3c1443e8409443854 (patch) | |
tree | 0a2859074d7d28b084ec3da4bc0424f9610285fc /src/misc/ngx_cpp_test_module.cpp | |
parent | ce64398751a8852d55a9773ff54ce7a2a5acd44d (diff) | |
download | nginx-d224ed7eea5885b489ba99c3c1443e8409443854.tar.gz nginx-d224ed7eea5885b489ba99c3c1443e8409443854.zip |
SSL: stop accessing SSL_SESSION's fields directly.
SSL_SESSION struct is internal part of the OpenSSL library and it's fields
should be accessed via API (when exposed), not directly.
The unfortunate side-effect of this change is that we're losing reference
count that used to be printed at the debug log level, but this seems to be
an acceptable trade-off.
Almost fixes build with -DOPENSSL_NO_SSL_INTERN.
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