Commit b4982125 authored by Matt Caswell's avatar Matt Caswell
Browse files

Split create_ssl_connection()



Split the create_ssl_connection() helper function into two steps: one to
create the SSL objects, and one to actually create the connection. This
provides the ability to make changes to the SSL object before the
connection is actually made.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent d82dec40
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