mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
move this there
This commit is contained in:
2
main.c
2
main.c
@@ -571,10 +571,10 @@ int main(int argc,char **argv)
|
||||
|
||||
#ifdef PASSPHRASE
|
||||
if (deterministic) {
|
||||
memcpy(orig_determseed,determseed,sizeof(determseed));
|
||||
if (!quietflag && numneedgenerate != 1)
|
||||
fprintf(stderr,"CAUTION: avoid using keys generated with same password for unrelated services, as single leaked key may help attacker to regenerate related keys.\n");
|
||||
if (checkpointfile) {
|
||||
memcpy(orig_determseed,determseed,sizeof(determseed));
|
||||
// Read current checkpoint position if file exists
|
||||
FILE *checkout = fopen(checkpointfile,"r");
|
||||
if (checkout) {
|
||||
|
||||
Reference in New Issue
Block a user