fix EVEN MORE compilation issues

This commit is contained in:
Liam Waldron 2023-05-16 12:23:19 -04:00
parent cc39e94983
commit 88a0530ca3

View File

@ -60,7 +60,7 @@ main(int argc, char *argv[])
exit(0); exit(0);
break; break;
case 'g': case 'g':
genkey(N); genkey(PASSWD_LENGTH);
exit(0); exit(0);
break; break;
case 'c': case 'c':