aboutsummaryrefslogtreecommitdiff
path: root/libssh/agent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/agent.c')
-rw-r--r--libssh/agent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/agent.c b/libssh/agent.c
index 98a583c0..ecc9b4df 100644
--- a/libssh/agent.c
+++ b/libssh/agent.c
@@ -263,8 +263,8 @@ static int agent_talk(struct ssh_session *session,
}
int agent_get_ident_count(struct ssh_session *session) {
- BUFFER *request = NULL;
- BUFFER *reply = NULL;
+ ssh_buffer request = NULL;
+ ssh_buffer reply = NULL;
unsigned int type = 0;
unsigned int c1 = 0, c2 = 0;
u8 buf[4] = {0};