Remove an unreachable if condition around CRLs in sslcontext.c

SSL_CTX_get_cert_store() will never return NULL because it is initialized at
context creation time with X509_STORE_new() and unless we have set it explicitly
to NULL with SSL_CTX_set_cert_store().
2 files changed