Skip to content

Make it build using OpenSSL 1.1.0 - #22

Open
kroeckx wants to merge 1 commit into
gnosek:masterfrom
kroeckx:master
Open

Make it build using OpenSSL 1.1.0#22
kroeckx wants to merge 1 commit into
gnosek:masterfrom
kroeckx:master

Conversation

@kroeckx

@kroeckx kroeckx commented Sep 2, 2016

Copy link
Copy Markdown

The reference counter is now internal in OpenSSL and not accessible any more.

ngx_log_debug2(NGX_LOG_DEBUG_HTTP, pc->log, 0,
"set session: %p:%d",
ssl_session, ssl_session ? ssl_session->references : 0);
"set session: %p", ssl_session);

@ctrochalakis ctrochalakis Sep 6, 2016

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @kroeckx ,

you should also use ngx_log_debug1(), the number denotes the number of arguments.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

The reference counter is now internal in OpenSSL and not accessible any more.
wmfgerrit pushed a commit to wikimedia/operations-software-nginx that referenced this pull request Sep 20, 2016
slact pushed a commit to slact/nginx-deb that referenced this pull request Nov 29, 2016
joglomedia added a commit to joglomedia/nginx-upstream-fair that referenced this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants