argv was set but unused
[openssl.git] / apps / s_time.c
index 6514fb21972dba446909b9dd19be0131384b980d..fd001483f72f46eb7504accf2f3bf5a99eec4c55 100644 (file)
@@ -237,7 +237,8 @@ int s_time_main(int argc, char **argv)
         }
     }
     argc = opt_num_rest();
-    argv = opt_rest();
+    if (argc != 0)
+        goto opthelp;
 
     if (cipher == NULL)
         cipher = getenv("SSL_CIPHER");