1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

kex: Fix some build warnings.

This commit is contained in:
Andreas Schneider
2011-11-10 14:46:22 +01:00
parent bc2ab9b414
commit ce0324770d
3 changed files with 4 additions and 3 deletions

View File

@@ -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,