From f34cd24f8073e87d09159b8a6c8e2fa48cd17227 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 28 Feb 2010 22:51:21 +0100 Subject: Fixed and added support for several identity files. --- include/libssh/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/session.h') 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]; -- cgit