From c3859c4619d6925f8bcd2fd29e2681491ff60fc4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 14 Jan 2022 10:17:30 +0000 Subject: Enable openssl pkey -{,pub}check and pkeyparam -check --- src/usr.bin/openssl/pkeyparam.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/usr.bin/openssl/pkeyparam.c') diff --git a/src/usr.bin/openssl/pkeyparam.c b/src/usr.bin/openssl/pkeyparam.c index 6ac4558578..924c39eddb 100644 --- a/src/usr.bin/openssl/pkeyparam.c +++ b/src/usr.bin/openssl/pkeyparam.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pkeyparam.c,v 1.13 2022/01/10 12:17:49 tb Exp $ */ +/* $OpenBSD: pkeyparam.c,v 1.14 2022/01/14 10:17:30 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006 */ @@ -165,12 +165,10 @@ pkeyparam_main(int argc, char **argv) goto end; } -#if notyet if (pkeyparam_config.check) { if (!pkey_check(out, pkey, EVP_PKEY_param_check, "Parameters")) goto end; } -#endif if (!pkeyparam_config.noout) PEM_write_bio_Parameters(out, pkey); -- cgit v1.2.3-55-g6feb