mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
X509_STORE_up_ref() must return 1 on success, while the previous implementation would return the references count. This commit fixes that.