diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-02 08:58:30 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-06-02 08:58:30 +0300 |
commit | dd580e5cae07351821fa52c24fe7ac254bc8004f (patch) | |
tree | 871f066ffddef10b017c71c214a3757872de458d /main.cpp | |
parent | 75dbad3f16853a91e2176bc5b5337206b7856d88 (diff) |
typo fixes
Diffstat (limited to 'main.cpp')
-rwxr-xr-x | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -396,7 +396,7 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM } f<<"Key-Type: RSA"; f<<"\n"; - f<<"Key-Length: 2048"; + f<<"Key-Length: 4096"; f<<"\n"; f<<"Subkey-Type: RSA"; f<<"\n"; @@ -1078,7 +1078,7 @@ static BOOL CALLBACK DlgProcKeyGenDialog(HWND hwndDlg, UINT msg, WPARAM wParam, ComboBoxAddStringUtf(GetDlgItem(hwndDlg, IDC_KEY_TYPE), _T("DSA"), 1); SendDlgItemMessage(hwndDlg, IDC_KEY_TYPE, CB_SETCURSEL, (WPARAM)1, 0); SetDlgItemInt(hwndDlg, IDC_KEY_EXPIRE_DATE, 0, 0); - SetDlgItemInt(hwndDlg, IDC_KEY_LENGTH, 2048, 0); + SetDlgItemInt(hwndDlg, IDC_KEY_LENGTH, 4096, 0); return TRUE; } |