make update
[openssl.git] / apps / crl.c
index 3f64cdd57a2c0f845d478a21fa8f17176bc56c8a..c6fc9e667540a9e16d051133e381d4bf512f35ca 100644 (file)
@@ -227,7 +227,8 @@ int crl_main(int argc, char **argv)
         }
     }
     argc = opt_num_rest();
-    argv = opt_rest();
+    if (argc != 0)
+        goto opthelp;
 
     if (!nmflag_set)
         nmflag = XN_FLAG_ONELINE;