]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ca.c
Re-align some comments after running the reformat script.
[thirdparty/openssl.git] / apps / ca.c
index b92c8b0037a0b55cfe169f4e60b904aafd0a0a14..a93c00e2dd4dbd2ee8a7e80b12f89c80172d46e8 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -615,10 +615,10 @@ int MAIN(int argc, char **argv)
 
             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);
-                                */
+                /*-
+                BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
+                ERR_print_errors(bio_err);
+                */
                 ERR_clear_error();
             } else {
                 OBJ_create_objects(oid_bio);