X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh.h;h=68e5a1285a243dee0875534b3242e62851bacaf2;hb=5176e1e9bbdc6620a115da0f92ca2282a6714721;hp=260d0629ceee28d95264ce75babb25216d084cc9;hpb=c74130d423fd83a65c51b7634e3c34aaf557ae68;p=PuTTY.git diff --git a/ssh.h b/ssh.h index 260d0629..68e5a128 100644 --- a/ssh.h +++ b/ssh.h @@ -1,3 +1,10 @@ +#include + +#define SSH_CIPHER_IDEA 1 +#define SSH_CIPHER_DES 2 +#define SSH_CIPHER_3DES 3 +#define SSH_CIPHER_BLOWFISH 6 + struct RSAKey { int bits; int bytes; @@ -37,3 +44,5 @@ void SHATransform(word32 *digest, word32 *data); int random_byte(void); void random_add_noise(void *noise, int length); + +void logevent (char *);