Skip to content
Snippets Groups Projects
Commit cb4ed3c7 authored by Fedor Indutny's avatar Fedor Indutny
Browse files

crypto: never store pointer to conn in SSL_CTX

SSL_CTX is shared between multiple connections and is not a right place
to store per-connection data.

fix #8348

Reviewed-By: Trevor Norris
parent c6155454
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment