summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 56352c1..2fb91d1 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -141,7 +141,7 @@ struct ssh_session_struct {
socket_t fd;
int ssh2;
int ssh1;
-
+ int StrictHostKeyChecking;
};
int ssh_handle_packets(ssh_session session, int timeout);