Change variable names of the keys_struct to avoid conflicts.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@753 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-11 09:24:39 +00:00
parent f29e119c25
commit 2934765c76
3 changed files with 22 additions and 22 deletions

View File

@@ -300,8 +300,8 @@ struct agent_struct {
};
struct keys_struct {
const char *private;
const char *public;
const char *privatekey;
const char *publickey;
};
struct ssh_session {