aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-10-14 11:53:30 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-10-14 11:53:30 +0200
commit4b462449cfb40a605b7dc6f14c01c77dfb2446c4 (patch)
treeb8bcbedc036c19f84ea502fcbf20f35c4dab5a6d /include
parent4f8907a524c7a2acbce87d4d7cbea5d779a059ca (diff)
downloadlibssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.tar.gz
libssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.tar.xz
libssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.zip
Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 0471c40..32fcdb8 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -294,9 +294,9 @@ enum ssh_options_e {
SSH_OPTIONS_CIPHERS_S_C,
SSH_OPTIONS_COMPRESSION_C_S,
SSH_OPTIONS_COMPRESSION_S_C,
- SSH_OPTIONS_STRICTHOSTKEYCHECK,
SSH_OPTIONS_PROXYCOMMAND,
SSH_OPTIONS_BINDADDR
+ SSH_OPTIONS_STRICTHOSTKEYCHECK,
};
enum {