X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/98ba26b92452911f8f6b9cfccd134a4836218904..65a22376e5875181e41108028091018cdcd4fdae:/sshdh.c diff --git a/sshdh.c b/sshdh.c index 18749ecc..f1d709f5 100644 --- a/sshdh.c +++ b/sshdh.c @@ -1,10 +1,10 @@ #include "ssh.h" -struct ssh_kex ssh_diffiehellman = { +const struct ssh_kex ssh_diffiehellman = { "diffie-hellman-group1-sha1" }; -struct ssh_kex ssh_diffiehellman_gex = { +const struct ssh_kex ssh_diffiehellman_gex = { "diffie-hellman-group-exchange-sha1" };