summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-05-31 14:27:04 +1000
committerPauli <pauli@openssl.org>2021-06-02 16:30:15 +1000
commitdb70dc2cdac6dec2366138fe1f46bf433ee1c2c8 (patch)
treee5e41fb36598b20e724f1f87f9e904b1a46f19ca /apps/x509.c
parent0d7d5e24909d2af7608bf5f09397895470ac64c6 (diff)
apps: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/x509.c b/apps/x509.c
index 9632d72260..8ec6ba2db5 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -745,7 +745,6 @@ int x509_main(int argc, char **argv)
if (!noout || text || next_serial)
OBJ_create("2.99999.3", "SET.ex3", "SET x509v3 extension 3");
- /* TODO: why is this strange object created (and no error checked)? */
if (alias)
X509_alias_set1(x, (unsigned char *)alias, -1);