From a2fe4b2b2ce72ee824e915f130ec98b661b1966f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 28 Sep 2010 14:13:18 +0200 Subject: options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK. Looks like people are confused by the name and think this is normal host key checking. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ce2ea0b1..22957c38 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -288,7 +288,7 @@ enum ssh_options_e { SSH_OPTIONS_CIPHERS_S_C, SSH_OPTIONS_COMPRESSION_C_S, SSH_OPTIONS_COMPRESSION_S_C, - SSH_OPTIONS_HOSTKEYCHECK, + SSH_OPTIONS_STRICTHOSTKEYCHECK, SSH_OPTIONS_PROXYCOMMAND, SSH_OPTIONS_BINDADDR }; -- cgit