aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-03-12 19:01:50 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-12 19:01:50 +0100
commit6372f671ed7424fe7fdf660362b2a79062ed1963 (patch)
tree7bfaa3d63b81530897a585ecdaedc96e9a29ef5a /libssh
parent8501ca2ea0afeb7a98323a0521f072caacbaeeb1 (diff)
downloadlibssh-6372f671ed7424fe7fdf660362b2a79062ed1963.tar.gz
libssh-6372f671ed7424fe7fdf660362b2a79062ed1963.tar.xz
libssh-6372f671ed7424fe7fdf660362b2a79062ed1963.zip
Remove support for SSHv1 Cipher variable.
Diffstat (limited to 'libssh')
-rw-r--r--libssh/config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libssh/config.c b/libssh/config.c
index fe3678f2..264dcd2b 100644
--- a/libssh/config.c
+++ b/libssh/config.c
@@ -35,7 +35,6 @@ enum ssh_config_opcode_e {
SOC_PORT,
SOC_USERNAME,
SOC_IDENTITY,
- SOC_CIPHER,
SOC_CIPHERS,
SOC_COMPRESSION,
SOC_TIMEOUT,
@@ -53,7 +52,6 @@ static struct ssh_config_keyword_table_s ssh_config_keyword_table[] = {
{ "port", SOC_PORT },
{ "user", SOC_USERNAME },
{ "identityfile", SOC_IDENTITY },
- { "cipher", SOC_CIPHER },
{ "ciphers", SOC_CIPHERS },
{ "compression", SOC_COMPRESSION },
{ "connecttimeout", SOC_TIMEOUT },