summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/req.c
diff options
context:
space:
mode:
authortb <>2021-10-22 09:44:30 +0000
committertb <>2021-10-22 09:44:30 +0000
commit566f14a6b460b4c53a0e51580a50b870bc319d05 (patch)
tree30b5f39e7b5062dc18d10516216260351b9a3aee /src/usr.bin/openssl/req.c
parent7da4a7d9409b7040e5ec0d0c8a5358aaf409b1a2 (diff)
downloadopenbsd-566f14a6b460b4c53a0e51580a50b870bc319d05.tar.gz
openbsd-566f14a6b460b4c53a0e51580a50b870bc319d05.tar.bz2
openbsd-566f14a6b460b4c53a0e51580a50b870bc319d05.zip
Stop setting enc.modified manually. It's no longer needed.
Diffstat (limited to 'src/usr.bin/openssl/req.c')
-rw-r--r--src/usr.bin/openssl/req.c3
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);