Change ssl_verify_cert_chain() for compatibility with opaque
authortb <tb@openbsd.org>
Sat, 23 Oct 2021 13:14:38 +0000 (13:14 +0000)
committertb <tb@openbsd.org>
Sat, 23 Oct 2021 13:14:38 +0000 (13:14 +0000)
commit1d13974e10a1bd0e6e14daef908ecb93bcc4de63
treeac123ff98a7726e10e9a9f5cbe0afb4ad3b5829e
parentd3771e0135cfe9242f69b2ca116db0a4c8eba547
Change ssl_verify_cert_chain() for compatibility with opaque
X509_STORE_CTX and use accessors instead of reaching directly
into the struct.

ok jsing
lib/libssl/ssl_cert.c