commit | 5c2ec54f120270d1edc5ec7caa6384355a670355 | [log] [tgz] |
---|---|---|
author | Bodo Möller <bodo@openssl.org> | Thu Feb 17 21:04:40 2000 +0000 |
committer | Bodo Möller <bodo@openssl.org> | Thu Feb 17 21:04:40 2000 +0000 |
tree | 37a4ca1974cc9861f45259c7bf6da904d7ec0d3f | |
parent | 73c55919443640e0856d4e80be9b7123fc270b02 [diff] |
Make sure the return value of by_file_ctrl(..., X509_L_FILE_LOAD, ...) aka X509_LOOKUP_load_file(...) is always 0 or 1, not the counter returned from the recently introduced function X509_load_cert_crl_file. X509_STORE_load_locations expects X509_LOOKUP_load_file to return 1 on success, and possibly there's other software that relies on this too.