aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-05-11 09:24:39 +0000
committerAndreas Schneider <mail@cynapses.org>2009-05-11 09:24:39 +0000
commit2934765c76726a028cd19aee2f901905a469ad9d (patch)
treecc67ce14f44657d89608e5b3bc674ed29a70324a /include
parentf29e119c2556db33a337b6317464eb06fe4a9763 (diff)
downloadlibssh-2934765c76726a028cd19aee2f901905a469ad9d.tar.gz
libssh-2934765c76726a028cd19aee2f901905a469ad9d.tar.xz
libssh-2934765c76726a028cd19aee2f901905a469ad9d.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index 2bbe4d8a..55de5535 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 {