Remove extra '; \' in apps/Makefile
[openssl.git] / apps / ca.c
index a0f9f7955a22da2881d4c38c5aa7d2074c8f0874..0a8d7b7417d115f7dfd98d3f25769b271c4dff4a 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -325,7 +325,7 @@ opthelp:
                 ret = 0;
                 goto end;
             case OPT_IN:
-               req = 1;
+                req = 1;
                 infile = opt_arg();
                 break;
             case OPT_OUT:
@@ -638,8 +638,10 @@ end_of_options:
             goto end;
         }
         default_op = 0;
-    } else
+    } else {
+        nameopt = XN_FLAG_ONELINE;
         ERR_clear_error();
+    }
 
     f = NCONF_get_string(conf, section, ENV_CERTOPT);