mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-04 20:30:34 +00:00
more :>
This commit is contained in:
parent
01062d70d1
commit
6438396a33
10 changed files with 78 additions and 32 deletions
10
main.c
10
main.c
|
@ -666,16 +666,16 @@ int main(int argc,char **argv)
|
|||
#ifdef PASSPHRASE
|
||||
deterministic
|
||||
? (wt == WT_BATCH
|
||||
? worker_batch_pass
|
||||
: worker_fast_pass)
|
||||
? CRYPTO_NAMESPACE(worker_batch_pass)
|
||||
: CRYPTO_NAMESPACE(worker_fast_pass))
|
||||
:
|
||||
#endif
|
||||
wt == WT_BATCH
|
||||
? worker_batch
|
||||
? CRYPTO_NAMESPACE(worker_batch)
|
||||
:
|
||||
wt == WT_FAST
|
||||
? worker_fast
|
||||
: worker_slow,
|
||||
? CRYPTO_NAMESPACE(worker_fast)
|
||||
: CRYPTO_NAMESPACE(worker_slow),
|
||||
tp
|
||||
);
|
||||
if (tret) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue