Check non-option arguments
[openssl.git] / apps / spkac.c
index 2b4009d457e44da66cb3081512db8b19b40225ec..cfbbc41e18892ae0b1ed41252d4fcec15710f651 100644 (file)
@@ -125,6 +125,8 @@ int spkac_main(int argc, char **argv)
             break;
         }
     }
+
+    /* No extra arguments. */
     argc = opt_num_rest();
     if (argc != 0)
         goto opthelp;