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:
@ -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)
|
||||
|
Reference in New Issue
Block a user