From 1e79788ede5cbcf842c00a865ceee619d8e16550 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 24 Feb 2022 21:07:03 +0000 Subject: [PATCH] Remove accidentally committed debug code. --- lib/libcrypto/dsa/dsa_ameth.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libcrypto/dsa/dsa_ameth.c b/lib/libcrypto/dsa/dsa_ameth.c index eb4d5d2dcd4..07773ad44f6 100644 --- a/lib/libcrypto/dsa/dsa_ameth.c +++ b/lib/libcrypto/dsa/dsa_ameth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_ameth.c,v 1.33 2022/02/24 08:31:11 tb Exp $ */ +/* $OpenBSD: dsa_ameth.c,v 1.34 2022/02/24 21:07:03 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -487,8 +487,6 @@ old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) return 0; } - DSA_print_fp(stdout, dsa, 0); - /* FIPS 186-3 allows only three different sizes for q. */ qbits = BN_num_bits(dsa->q); if (qbits != 160 && qbits != 224 && qbits != 256) { -- 2.20.1