apps: remove TODOs
[openssl.git] / apps / x509.c
index 9632d722607b9b4dbe4b42b044d7ced18ef42168..8ec6ba2db5acfaa4596f922a789d2f67b9622881 100644 (file)
@@ -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);