From 9c0af42dd8a4b7a8280e030b6dac8daf79afff40 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 9 Aug 2011 18:05:47 +0200 Subject: pki: Use a consistent name scheme. Rename ssh_key_import_private to ssh_pki_import_privkey_file. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ac73bc0..8e606d5 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -429,7 +429,7 @@ LIBSSH_API int ssh_pki_import_privkey_base64(ssh_session session, const char *b64_key, const char *passphrase, ssh_key *pkey); -LIBSSH_API int ssh_key_import_private(ssh_session session, +LIBSSH_API int ssh_pki_import_privkey_file(ssh_session session, const char *filename, const char *passphrase, ssh_key *pkey); -- cgit