From 6c1b508efd5c8d5081d26d2c085f201ebeafaa0b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Aug 2011 20:42:26 +0200 Subject: pki: Rename ssh_pki_import_pubkey_string and make it public. It should be named ssh_pki_import_pubkey_blob(). --- src/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/agent.c') diff --git a/src/agent.c b/src/agent.c index 38ceee9a..8eda8f19 100644 --- a/src/agent.c +++ b/src/agent.c @@ -387,7 +387,7 @@ struct ssh_public_key_struct *agent_get_next_ident(struct ssh_session_struct *se ssh_string_free(tmp); /* get key from blob */ - rc = ssh_pki_import_pubkey_string(session, blob, &key); + rc = ssh_pki_import_pubkey_blob(session, blob, &key); ssh_string_free(blob); if (rc == SSH_ERROR) { return NULL; -- cgit v1.2.3