1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 16:47:42 -05:00

Single-DES encryption, patch courtesy of Murphy Lam

[originally from svn r253]
This commit is contained in:
Simon Tatham
1999-10-25 08:59:40 +00:00
parent 2da19fc59d
commit 2d6fcb0a7a
7 changed files with 54 additions and 5 deletions

1
ssh.h
View File

@ -1,6 +1,7 @@
#include <string.h>
#define SSH_CIPHER_IDEA 1
#define SSH_CIPHER_DES 2
#define SSH_CIPHER_3DES 3
#define SSH_CIPHER_BLOWFISH 6