From: simon Date: Thu, 8 Jul 1999 08:37:32 +0000 (+0000) Subject: Third attempt at Blowfish, dammit X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/0a17534c3f88764b917ee584ffcc9c8f59669e99 Third attempt at Blowfish, dammit git-svn-id: svn://svn.tartarus.org/sgt/putty@179 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/win_res.rc b/win_res.rc index 0e799ab9..19768677 100644 --- a/win_res.rc +++ b/win_res.rc @@ -159,6 +159,9 @@ BEGIN 3, 19, 162, 10 LTEXT "Auto-login username", IDC3_LOGSTATIC, 3, 35, 90, 8 EDITTEXT IDC3_LOGEDIT, 96, 33, 69, 12, ES_AUTOHSCROLL + LTEXT "Cipher:", IDC3_CIPHERSTATIC, 3, 50, 40, 8 + AUTORADIOBUTTON "3DES", IDC3_CIPHER3DES, 46, 50, 35, 10, WS_GROUP + AUTORADIOBUTTON "Blowfish", IDC3_CIPHERBLOWF, 84, 50, 40, 10 END IDD_PANEL4 DIALOG DISCARDABLE 6, 30, 168, 163