diff options
Diffstat (limited to 'src/kex.c')
-rw-r--r-- | src/kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ #define KEY_EXCHANGE "diffie-hellman-group1-sha1" #endif -const char *default_methods[] = { +static const char *default_methods[] = { KEY_EXCHANGE, "ssh-rsa,ssh-dss", AES BLOWFISH DES, |