1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Third attempt at Blowfish, dammit

[originally from svn r179]
This commit is contained in:
Simon Tatham 1999-07-08 08:37:32 +00:00
parent 59135fd9ea
commit b74a5565a6

View File

@ -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