]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/srp.c
Check non-option arguments
[thirdparty/openssl.git] / apps / srp.c
index 6a7d66753aeb45bf5eeb0839d2854ea8fd251811..3d8ce3e7c6b71dd8d7a04194888116b4209fa82c 100644 (file)
@@ -301,6 +301,8 @@ int srp_main(int argc, char **argv)
             break;
         }
     }
+
+    /* Optional parameters are usernames. */
     argc = opt_num_rest();
     argv = opt_rest();