X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d524be1c2d942affbe81fe35c08b4b7e4338fef3..0d7c43a66792eefefde572be67a705a7a8d73fda:/ssh.h diff --git a/ssh.h b/ssh.h index a12aed30..2edfa47a 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;