Remove some dead code from the new verifier
authortb <tb@openbsd.org>
Sun, 16 Apr 2023 07:59:57 +0000 (07:59 +0000)
committertb <tb@openbsd.org>
Sun, 16 Apr 2023 07:59:57 +0000 (07:59 +0000)
commit8d068057b2a5a391499711fa746ce194bccc8a0d
treecabe960ca2f2546b9b1feed5bdad7ff645193dd5
parent29d1238f43327b4a59c930d6ba32fd586519a693
Remove some dead code from the new verifier

The new verifier API is currently unused as we still operate the verifier
in legacy mode. Therefore ctx->xsc is always set and the EXFLAG_PROXY will
soon be dropped from the library, so this error on encountering proxy certs
is effectively doubly dead code.

ok jsing
lib/libcrypto/x509/x509_verify.c