1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

Fix problem with the -X parameter.

This commit is contained in:
samr7 2012-07-17 20:21:55 -07:00
parent 10e4aa187b
commit 06af705498

View File

@ -512,7 +512,7 @@ main(int argc, char **argv)
vg_context_t *vcp = NULL; vg_context_t *vcp = NULL;
EC_POINT *pubkey_base = NULL; EC_POINT *pubkey_base = NULL;
while ((opt = getopt(argc, argv, "vqrikeE:P:NTXF:t:h?f:o:s:")) != -1) { while ((opt = getopt(argc, argv, "vqrikeE:P:NTX:F:t:h?f:o:s:")) != -1) {
switch (opt) { switch (opt) {
case 'v': case 'v':
verbose = 2; verbose = 2;