mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
some tweaks
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@ mkp224o
|
||||
|
||||
# garbage
|
||||
configure
|
||||
configure~
|
||||
GNUmakefile
|
||||
GNUmakefile.in.bak
|
||||
config.status
|
||||
|
||||
@@ -21,6 +21,8 @@ void *worker_batch(void *task)
|
||||
|
||||
#ifdef STATISTICS
|
||||
struct statstruct *st = (struct statstruct *)task;
|
||||
#else
|
||||
(void) task;
|
||||
#endif
|
||||
|
||||
PREFILTER
|
||||
|
||||
@@ -22,6 +22,8 @@ void *worker_batch_pass(void *task)
|
||||
|
||||
#ifdef STATISTICS
|
||||
struct statstruct *st = (struct statstruct *)task;
|
||||
#else
|
||||
(void) task;
|
||||
#endif
|
||||
|
||||
PREFILTER
|
||||
|
||||
@@ -17,6 +17,7 @@ void *worker_slow(void *task)
|
||||
#else
|
||||
(void) task;
|
||||
#endif
|
||||
|
||||
PREFILTER
|
||||
|
||||
memcpy(secret,skprefix,SKPREFIX_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user