mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-19 13:29:10 +00:00
some tweaks
This commit is contained in:
parent
ff3873965f
commit
7dea621e41
4 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@ mkp224o
|
||||||
|
|
||||||
# garbage
|
# garbage
|
||||||
configure
|
configure
|
||||||
|
configure~
|
||||||
GNUmakefile
|
GNUmakefile
|
||||||
GNUmakefile.in.bak
|
GNUmakefile.in.bak
|
||||||
config.status
|
config.status
|
||||||
|
|
|
@ -21,6 +21,8 @@ void *worker_batch(void *task)
|
||||||
|
|
||||||
#ifdef STATISTICS
|
#ifdef STATISTICS
|
||||||
struct statstruct *st = (struct statstruct *)task;
|
struct statstruct *st = (struct statstruct *)task;
|
||||||
|
#else
|
||||||
|
(void) task;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PREFILTER
|
PREFILTER
|
||||||
|
|
|
@ -22,6 +22,8 @@ void *worker_batch_pass(void *task)
|
||||||
|
|
||||||
#ifdef STATISTICS
|
#ifdef STATISTICS
|
||||||
struct statstruct *st = (struct statstruct *)task;
|
struct statstruct *st = (struct statstruct *)task;
|
||||||
|
#else
|
||||||
|
(void) task;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PREFILTER
|
PREFILTER
|
||||||
|
|
|
@ -17,6 +17,7 @@ void *worker_slow(void *task)
|
||||||
#else
|
#else
|
||||||
(void) task;
|
(void) task;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PREFILTER
|
PREFILTER
|
||||||
|
|
||||||
memcpy(secret,skprefix,SKPREFIX_SIZE);
|
memcpy(secret,skprefix,SKPREFIX_SIZE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue