=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_cb.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/openssl/s_cb.c 2022/08/31 07:12:30 1.20 --- src/usr.bin/openssl/s_cb.c 2023/04/14 15:27:13 1.21 *************** *** 1,4 **** ! /* $OpenBSD: s_cb.c,v 1.20 2022/08/31 07:12:30 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_cb.c,v 1.21 2023/04/14 15:27:13 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 189,199 **** BIO_printf(bio_err, "\n"); break; case X509_V_ERR_NO_EXPLICIT_POLICY: - policies_print(bio_err, ctx); break; } - if (err == X509_V_OK && ok == 2) - policies_print(bio_err, ctx); BIO_printf(bio_err, "verify return:%d\n", ok); return (ok); --- 189,196 ----