CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/16 01:59:57
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
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
