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:
parent
10e4aa187b
commit
06af705498
@ -512,7 +512,7 @@ main(int argc, char **argv)
|
||||
vg_context_t *vcp = 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) {
|
||||
case 'v':
|
||||
verbose = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user