1
0
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:
Simon Tatham
2012-02-19 10:44:04 +00:00
parent 46bd2b0721
commit 948203f2c7
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#define WM_DONEKEY (WM_APP + 1)
#define DEFAULT_KEYSIZE 1024
#define DEFAULT_KEYSIZE 2048
static char *cmdline_keyfile = NULL;