1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-21 22:28:37 -05:00

Alexei Podtelezhnikov points out that PuTTYgen's key-type default

ought to have moved in sync with PuTTY's SSH version default.

[originally from svn r3863]
This commit is contained in:
Simon Tatham 2004-02-13 07:42:27 +00:00
parent a1ba4be490
commit 78cef7d199

View File

@ -928,7 +928,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
IDC_BITSSTATIC, IDC_BITS, 20); IDC_BITSSTATIC, IDC_BITS, 20);
endbox(&cp); endbox(&cp);
} }
CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH1); CheckRadioButton(hwnd, IDC_KEYSSH1, IDC_KEYSSH2DSA, IDC_KEYSSH2RSA);
CheckMenuRadioItem(state->keymenu, IDC_KEYSSH1, IDC_KEYSSH2DSA, CheckMenuRadioItem(state->keymenu, IDC_KEYSSH1, IDC_KEYSSH2DSA,
IDC_KEYSSH1, MF_BYCOMMAND); IDC_KEYSSH1, MF_BYCOMMAND);
SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE); SetDlgItemInt(hwnd, IDC_BITS, DEFAULT_KEYSIZE, FALSE);