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

Ensure that vent->smeth != NULL before we call vent->smeth()



We can end up with a NULL SSL_METHOD function if a method has been
disabled. If that happens then we shouldn't call vent->smeth().

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 16bce0e0
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