mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Update default key length in PuTTYgen to 2048.
[originally from svn r9414]
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
#define WM_DONEKEY (WM_APP + 1)
|
||||
|
||||
#define DEFAULT_KEYSIZE 1024
|
||||
#define DEFAULT_KEYSIZE 2048
|
||||
|
||||
static char *cmdline_keyfile = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user