Commit 4ce787b9 authored by Matt Caswell's avatar Matt Caswell
Browse files

Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE



In 1.1.0 and before calling SSL_in_init() from the info_callback
at SSL_CB_HANDSHAKE_DONE would return 0. This commit fixes it so
that it does again for 1.1.1. This broke Node.

Fixes #4574

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6019)
parent 4b7c6385
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment