=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/pkeyparam.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/openssl/pkeyparam.c 2022/01/10 12:17:49 1.13 +++ src/usr.bin/openssl/pkeyparam.c 2022/01/14 10:17:30 1.14 @@ -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 @@ 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);