From 56ee212641e8f5a008224da103dce78e421eb4b6 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 24 Jul 2009 21:45:41 +0200 Subject: Change all occurences of STRING * to ssh_string --- libssh/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/agent.c') diff --git a/libssh/agent.c b/libssh/agent.c index b0bcbe4e..98a583c0 100644 --- a/libssh/agent.c +++ b/libssh/agent.c @@ -394,7 +394,7 @@ struct ssh_public_key_struct *agent_get_next_ident(struct ssh_session *session, return pubkey; } -STRING *agent_sign_data(struct ssh_session *session, +ssh_string agent_sign_data(struct ssh_session *session, struct ssh_buffer_struct *data, struct ssh_public_key_struct *pubkey) { struct ssh_string_struct *blob = NULL; -- cgit