some tweaks

This commit is contained in:
cathugger 2021-11-02 15:07:37 +00:00
parent ff3873965f
commit 7dea621e41
No known key found for this signature in database
GPG key ID: 9BADDA2DAF6F01A8
4 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ mkp224o
# garbage
configure
configure~
GNUmakefile
GNUmakefile.in.bak
config.status

View file

@ -21,6 +21,8 @@ void *worker_batch(void *task)
#ifdef STATISTICS
struct statstruct *st = (struct statstruct *)task;
#else
(void) task;
#endif
PREFILTER

View file

@ -22,6 +22,8 @@ void *worker_batch_pass(void *task)
#ifdef STATISTICS
struct statstruct *st = (struct statstruct *)task;
#else
(void) task;
#endif
PREFILTER

View file

@ -17,6 +17,7 @@ void *worker_slow(void *task)
#else
(void) task;
#endif
PREFILTER
memcpy(secret,skprefix,SKPREFIX_SIZE);