mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
remove excess tabs
This commit is contained in:
4
main.c
4
main.c
@@ -940,8 +940,8 @@ int main(int argc,char **argv)
|
||||
|
||||
fprintf(stderr,"expanding passphrase...");
|
||||
if (crypto_pwhash(determseed,sizeof(determseed),
|
||||
phrase,strlen(phrase),salt,
|
||||
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
|
||||
phrase,strlen(phrase),salt,
|
||||
PWHASH_OPSLIMIT,PWHASH_MEMLIMIT,PWHASH_ALG) != 0)
|
||||
{
|
||||
fprintf(stderr," out of memory!\n");
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user