Follow on from CVE-2014-3571. This fixes the code that was the original source
[oweals/openssl.git] / apps / req.c
index a69915f2f4b4a3041ac969e5700303ed8747a096..686fac4f5d6679e10397564f3b124e68d260bc18 100644 (file)
@@ -99,7 +99,8 @@
 #undef PROG
 #define PROG   req_main
 
-/* -inform arg - input format - default PEM (DER or PEM)
+/*-
+ * -inform arg - input format - default PEM (DER or PEM)
  * -outform arg - output format - default PEM
  * -in arg     - input file - default stdin
  * -out arg    - output file - default stdout
@@ -505,7 +506,7 @@ bad:
                        oid_bio=BIO_new_file(p,"r");
                        if (oid_bio == NULL) 
                                {
-                               /*
+                               /*-
                                BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
                                ERR_print_errors(bio_err);
                                */