Don't add engines if configured "no-engine"
[openssl.git] / apps / sess_id.c
index 2be2692f087484c42aa7d23cf99c183aa3816d5d..f40f131e1bd588258943e4a844375cee27c328c8 100644 (file)
@@ -139,7 +139,8 @@ int sess_id_main(int argc, char **argv)
         }
     }
     argc = opt_num_rest();
-    argv = opt_rest();
+    if (argc != 0)
+        goto opthelp;
 
     x = load_sess_id(infile, informat);
     if (x == NULL) {