diff options
Diffstat (limited to 'src/usr.bin/openssl/req.c')
-rw-r--r-- | src/usr.bin/openssl/req.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index dfba8e28c4..aaf3dceb30 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: req.c,v 1.19 2020/08/09 16:38:24 jsing Exp $ */ | 1 | /* $OpenBSD: req.c,v 1.20 2021/10/22 09:44:30 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1000,7 +1000,6 @@ req_main(int argc, char **argv) | |||
1000 | ex = 1; | 1000 | ex = 1; |
1001 | goto end; | 1001 | goto end; |
1002 | } | 1002 | } |
1003 | req->req_info->enc.modified = 1; | ||
1004 | 1003 | ||
1005 | if (req_config.verbose) { | 1004 | if (req_config.verbose) { |
1006 | print_name(bio_err, "new subject=", X509_REQ_get_subject_name(req), req_config.nmflag); | 1005 | print_name(bio_err, "new subject=", X509_REQ_get_subject_name(req), req_config.nmflag); |