apps/x509.c: Remove legacy call to OBJ_create()
[openssl.git] / apps / x509.c
index ccada5dee049e7c9851d16cb9adfadff448a3337..a7b01edb0933eb69afc01749de774e7009d424f6 100644 (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);