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

Fix SSL_use_certificate_chain_file



The new function SSL_use_certificate_chain_file was always crashing in
the internal function use_certificate_chain_file because it would pass a
NULL value for SSL_CTX *, but use_certificate_chain_file would
unconditionally try to dereference it.

Reviewed-by: default avatarStephen Henson <steve@openssl.org>
parent 6329b609
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