From 2934765c76726a028cd19aee2f901905a469ad9d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 11 May 2009 09:24:39 +0000 Subject: 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 --- include/libssh/priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 2bbe4d8..55de553 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -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 { -- cgit