diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-10-14 11:53:30 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-10-14 11:53:30 +0200 |
commit | 4b462449cfb40a605b7dc6f14c01c77dfb2446c4 (patch) | |
tree | b8bcbedc036c19f84ea502fcbf20f35c4dab5a6d /include/libssh | |
parent | 4f8907a524c7a2acbce87d4d7cbea5d779a059ca (diff) | |
download | libssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.tar.gz libssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.tar.xz libssh-4b462449cfb40a605b7dc6f14c01c77dfb2446c4.zip |
Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change
Diffstat (limited to 'include/libssh')
-rw-r--r-- | include/libssh/libssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 0471c40c..32fcdb80 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 { |