Have makedepend output to stdout and redirect it
[openssl.git] / apps / asn1pars.c
index f7fa8f35313b88588a4e680238033e4d14c664c0..a6cc6397fad8a6d9227ca36c3739b114b34ce219 100644 (file)
@@ -184,7 +184,8 @@ int asn1parse_main(int argc, char **argv)
         }
     }
     argc = opt_num_rest();
-    argv = opt_rest();
+    if (argc != 0)
+        goto opthelp;
 
     if (oidfile != NULL) {
         in = bio_open_default(oidfile, 'r', FORMAT_TEXT);