X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7c7f68933f946bc20ddc5842b7c61d82fd7ebce7..3b2eb121314cfb5c54f97a3afbc99d136b55f16f:/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;