summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-02-28 22:51:21 +0100
committerAndreas Schneider <mail@cynapses.org>2010-03-06 12:33:27 +0100
commit83c51d1c134a92df4a2bef52bcbfec42f3c8d49a (patch)
tree4548e6259247b21175d5140e259300268867cc93 /include/libssh/session.h
parentc712d30311221c153cf5b3778651a73992c38719 (diff)
Fixed and added support for several identity files.
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 f490b1e4..9bd97315 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -104,7 +104,7 @@ struct ssh_session_struct {
char *host;
char *bindaddr; /* TODO: check if needed */
char *xbanner; /* TODO: looks like it is not needed */
- char *identity;
+ struct ssh_list *identity;
char *sshdir;
char *knownhosts;
char *wanted_methods[10];