CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/09/15 23:47:01
Modified files: lib/libcrypto/x509: x509_verify.c Log message: Dedup code in x509_verify_ctx_new_from_xsc(). Rather than duplicating code, have x509_verify_ctx_new_from_xsc() call x509_verify_ctx_new(), then handle the xsc specific parts. ok beck@