The code for loading CRLs was incorrectly assuming that OpenSSL's
X509_LOOKUP_load_file function returns zero on success, but actually it
returns one on success. This commit fixes this return code check so
that a CRL can be loaded.
fixes#5040
Signed-off-by: Gunnar Beutner <gunnar.beutner@icinga.com>