X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=68e5a1285a243dee0875534b3242e62851bacaf2;hb=396d6cd422c34293794cbd7083a2053268e95302;hp=a252ef83c51f0fc79f7d8121ada4a77fb5fb753a;hpb=585c14f36590212e50cded084ea0fa531e43c796;p=PuTTY.git diff --git a/ssh.h b/ssh.h index a252ef83..68e5a128 100644 --- a/ssh.h +++ b/ssh.h @@ -1,6 +1,7 @@ #include #define SSH_CIPHER_IDEA 1 +#define SSH_CIPHER_DES 2 #define SSH_CIPHER_3DES 3 #define SSH_CIPHER_BLOWFISH 6 @@ -43,3 +44,5 @@ void SHATransform(word32 *digest, word32 *data); int random_byte(void); void random_add_noise(void *noise, int length); + +void logevent (char *);