CVSROOT:        /cvs
Module name:    src
Changes by:     b...@cvs.openbsd.org    2023/06/08 16:02:40

Modified files:
        lib/libcrypto/x509: x509_vfy.c 

Log message:
Remove dead code.

must_be_ca can no longer be 0 after the proxy cert code got nuked,
so change this to an if. must_be_ca is now -1 for a leaf, or 1 for
a non leaf.

ok tb@

Reply via email to