summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 08:58:30 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-06-02 08:58:30 +0300
commitdd580e5cae07351821fa52c24fe7ac254bc8004f (patch)
tree871f066ffddef10b017c71c214a3757872de458d /main.cpp
parent75dbad3f16853a91e2176bc5b5337206b7856d88 (diff)
typo fixes
Diffstat (limited to 'main.cpp')
-rwxr-xr-xmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 9444dd6..cbc36a9 100755
--- a/main.cpp
+++ b/main.cpp
@@ -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;
}