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)
This commit is contained in:
Dr. David von Oheimb 2021-07-07 14:14:01 +02:00 committed by Dr. David von Oheimb
parent 630d31219b
commit 51024f7559
1 changed files with 0 additions and 3 deletions

View File

@ -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);