mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user