summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/x509.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c
index 64f1a6df3e..819d426925 100644
--- a/src/usr.bin/openssl/x509.c
+++ b/src/usr.bin/openssl/x509.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.c,v 1.43 2026/02/08 22:25:16 kenjiro Exp $ */ 1/* $OpenBSD: x509.c,v 1.44 2026/02/08 22:33:14 kenjiro 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 *
@@ -1014,9 +1014,6 @@ x509_main(int argc, char **argv)
1014 if (xca == NULL) 1014 if (xca == NULL)
1015 goto end; 1015 goto end;
1016 } 1016 }
1017 if (!cfg.noout || cfg.text || cfg.next_serial) {
1018 OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
1019 }
1020 if (cfg.alias != NULL) { 1017 if (cfg.alias != NULL) {
1021 if (!X509_alias_set1(x, (unsigned char *)cfg.alias, -1)) 1018 if (!X509_alias_set1(x, (unsigned char *)cfg.alias, -1))
1022 goto end; 1019 goto end;