diff options
Diffstat (limited to 'src/usr.bin/openssl/pkeyparam.c')
-rw-r--r-- | src/usr.bin/openssl/pkeyparam.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | /* $OpenBSD: pkeyparam.c,v 1.13 2022/01/10 12:17:49 tb Exp $ */ | 1 | /* $OpenBSD: pkeyparam.c,v 1.14 2022/01/14 10:17:30 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2006 | 3 | * project 2006 |
4 | */ | 4 | */ |
@@ -165,12 +165,10 @@ pkeyparam_main(int argc, char **argv) | |||
165 | goto end; | 165 | goto end; |
166 | } | 166 | } |
167 | 167 | ||
168 | #if notyet | ||
169 | if (pkeyparam_config.check) { | 168 | if (pkeyparam_config.check) { |
170 | if (!pkey_check(out, pkey, EVP_PKEY_param_check, "Parameters")) | 169 | if (!pkey_check(out, pkey, EVP_PKEY_param_check, "Parameters")) |
171 | goto end; | 170 | goto end; |
172 | } | 171 | } |
173 | #endif | ||
174 | 172 | ||
175 | if (!pkeyparam_config.noout) | 173 | if (!pkeyparam_config.noout) |
176 | PEM_write_bio_Parameters(out, pkey); | 174 | PEM_write_bio_Parameters(out, pkey); |