X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ssh.h;h=c05c78c8f013ab436b01254f1dd3722aa37ba97f;hb=382ffaf0262c8b552cf5bd32dbf922ceacbf921d;hp=a12aed30a0c4d03befab8dec015b918ba283a311;hpb=5f096142a7308594cef45376dac331c288eefc6d;p=PuTTY.git diff --git a/ssh.h b/ssh.h index a12aed30..c05c78c8 100644 --- a/ssh.h +++ b/ssh.h @@ -200,6 +200,7 @@ extern const struct ssh_cipher ssh_3des; extern const struct ssh_cipher ssh_des; extern const struct ssh_cipher ssh_blowfish_ssh1; extern const struct ssh2_ciphers ssh2_3des; +extern const struct ssh2_ciphers ssh2_des; extern const struct ssh2_ciphers ssh2_aes; extern const struct ssh2_ciphers ssh2_blowfish; extern const struct ssh_kex ssh_diffiehellman; @@ -354,3 +355,9 @@ int zlib_decompress_block(unsigned char *block, int len, #define SSH2_AGENTC_ADD_IDENTITY 17 #define SSH2_AGENTC_REMOVE_IDENTITY 18 #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19 + +/* + * Need this to warn about support for the original SSH2 keyfile + * format. + */ +void old_keyfile_warning(void);