mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-04-20 13:59:11 +00:00
remove excess tabs
This commit is contained in:
parent
f0587c98c3
commit
8a375604f1
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
@ -940,8 +940,8 @@ int main(int argc,char **argv)
|
||||||
|
|
||||||
fprintf(stderr,"expanding passphrase...");
|
fprintf(stderr,"expanding passphrase...");
|
||||||
if (crypto_pwhash(determseed,sizeof(determseed),
|
if (crypto_pwhash(determseed,sizeof(determseed),
|
||||||
phrase,strlen(phrase),salt,
|
phrase,strlen(phrase),salt,
|
||||||
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
|
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
|
||||||
{
|
{
|
||||||
fprintf(stderr," out of memory!\n");
|
fprintf(stderr," out of memory!\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue