]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/dhparam.c
apps: remove TODOs
[thirdparty/openssl.git] / apps / dhparam.c
index ba3119b2ce8e87bf71a727d777d316f07431b526..982b2db54936003aafe818b43dfd368852bde824 100644 (file)
@@ -273,10 +273,9 @@ int dhparam_main(int argc, char **argv)
                 */
                 keytype = "DHX";
                 /*
-                    * BIO_reset() returns 0 for success for file BIOs only!!!
-                    * This won't work for stdin (and never has done)
-                    * TODO: We should fix this at some point
-                    */
+                 * BIO_reset() returns 0 for success for file BIOs only!!!
+                 * This won't work for stdin (and never has done)
+                 */
                 if (BIO_reset(in) == 0)
                     done = 0;
             }