Fix build failure on Windows due to undefined cflags identifier
[oweals/openssl.git] / apps / ca.c
index 6e8fa273dba5117d8f5d6983b24858f20782638c..1778f953d9ee55bd69c75f4ceeccfa18fb853482 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -655,7 +655,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);
                                */