]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_STORE_CTX_purpose_inherit(): replace magic constant '0' by 'X509_TRUST_DEFAULT'
authorDr. David von Oheimb <dev@ddvo.net>
Sat, 7 Dec 2024 18:00:46 +0000 (19:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Sep 2025 07:50:05 +0000 (09:50 +0200)
commita629b3ccfaa4b559a37d02d2739fe907dd2493a4
tree840cb9447e6076e69ce40bce8540146f3ee564fd
parent2bd5e6f338105057efb76f81448269c3034e2a73
X509_STORE_CTX_purpose_inherit(): replace magic constant '0' by 'X509_TRUST_DEFAULT'

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18764)
crypto/x509/x509_vfy.c