1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-08 14:53:43 -05:00

Changes from executor:

- NetHack keypad mode (Shift only works with NumLock off)
 - Alt-Space handling (best I could manage; not too bad considering)
 - Event Log rather than Telnet Negotiation Log

[originally from svn r284]
This commit is contained in:
Simon Tatham
1999-11-09 11:10:04 +00:00
parent 59e798fc6d
commit f6c63320ea
10 changed files with 189 additions and 65 deletions

View File

@ -396,6 +396,7 @@ static void blowfish_sesskey(unsigned char *key)
ectx.iv0 = 0;
ectx.iv1 = 0;
dctx = ectx;
logevent("Initialised Blowfish encryption");
}
static void blowfish_encrypt_blk(unsigned char *blk, int len)