From 7e6a1ba5fc0b071a37e95d82e11220848c402644 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 28 Apr 2023 08:45:50 +0000 Subject: remove debugging printf --- src/regress/lib/libcrypto/x509/policy/policy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/regress/lib') diff --git a/src/regress/lib/libcrypto/x509/policy/policy.c b/src/regress/lib/libcrypto/x509/policy/policy.c index 20b661563b..2fc484e4e3 100644 --- a/src/regress/lib/libcrypto/x509/policy/policy.c +++ b/src/regress/lib/libcrypto/x509/policy/policy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: policy.c,v 1.4 2023/04/28 08:43:18 beck Exp $ */ +/* $OpenBSD: policy.c,v 1.5 2023/04/28 08:45:50 beck Exp $ */ /* * Copyright (c) 2020 Joel Sing * Copyright (c) 2020-2021 Bob Beck @@ -141,7 +141,6 @@ verify_cert(const char *roots_file, const char *intermediate_file, &bundle)) errx(1, "failed to load intermediate from '%s'", intermediate_file); - printf ("%d certs %d roots\n", sk_X509_num(bundle), sk_X509_num(roots)); if (sk_X509_num(bundle) < 1) errx(1, "not enough certs in bundle"); leaf = sk_X509_shift(bundle); -- cgit v1.2.3-55-g6feb