summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-07-07 14:14:01 +0200
committerDr. David von Oheimb <dev@ddvo.net>2022-09-20 20:59:33 +0200
commit51024f75591d00a52dd867906a763b4e2107e288 (patch)
tree0fedf9ac4c296cd79c2d72e42afa6319b34ec25c /apps/x509.c
parent630d31219b343d2654ab03d2e2c7884e764936ab (diff)
apps/x509.c: Remove legacy call to OBJ_create()
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/18900)
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/x509.c b/apps/x509.c
index ccada5dee0..a7b01edb09 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -782,9 +782,6 @@ int x509_main(int argc, char **argv)
if (out == NULL)
goto end;
- if (!noout || text || next_serial)
- OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
-
if (alias)
X509_alias_set1(x, (unsigned char *)alias, -1);