Preliminary support for RSA user authentication in SSH2! Most of the
[u/mdw/putty] / sshdh.c
diff --git a/sshdh.c b/sshdh.c
index 18749ec..f1d709f 100644 (file)
--- 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"
 };