aboutsummaryrefslogtreecommitdiff
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-04 20:41:17 +0100
commitf34cd24f8073e87d09159b8a6c8e2fa48cd17227 (patch)
tree58215ba6907f70b7ed7155c643b423de608a0cfd /include/libssh/session.h
parent9cd5e97596aa10f349e960fb3ff5ca95634a1200 (diff)
downloadlibssh-f34cd24f8073e87d09159b8a6c8e2fa48cd17227.tar.gz
libssh-f34cd24f8073e87d09159b8a6c8e2fa48cd17227.tar.xz
libssh-f34cd24f8073e87d09159b8a6c8e2fa48cd17227.zip
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 582049aa..56352c10 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -131,7 +131,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];