diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr.bin/openssl/ecparam.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/ecparam.c b/src/usr.bin/openssl/ecparam.c index 285f5d563e..a4bb00f290 100644 --- a/src/usr.bin/openssl/ecparam.c +++ b/src/usr.bin/openssl/ecparam.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecparam.c,v 1.25 2025/01/19 10:24:17 tb Exp $ */ | 1 | /* $OpenBSD: ecparam.c,v 1.26 2026/05/09 14:24:58 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -386,8 +386,9 @@ ecparam_main(int argc, char **argv) | |||
| 386 | if (!EC_GROUP_check(group, NULL)) { | 386 | if (!EC_GROUP_check(group, NULL)) { |
| 387 | BIO_printf(bio_err, "failed\n"); | 387 | BIO_printf(bio_err, "failed\n"); |
| 388 | ERR_print_errors(bio_err); | 388 | ERR_print_errors(bio_err); |
| 389 | } else | 389 | goto end; |
| 390 | BIO_printf(bio_err, "ok\n"); | 390 | } |
| 391 | BIO_printf(bio_err, "ok\n"); | ||
| 391 | 392 | ||
| 392 | } | 393 | } |
| 393 | if (!cfg.noout) { | 394 | if (!cfg.noout) { |
