aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-09 18:05:47 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-09 18:05:47 +0200
commit9c0af42dd8a4b7a8280e030b6dac8daf79afff40 (patch)
tree45ae984740ce4bf53f72878e5bdc998c680ab1d8 /include/libssh/libssh.h
parentbec483bc1874909be8fd9c8fbc909f53be5ba27a (diff)
downloadlibssh-9c0af42dd8a4b7a8280e030b6dac8daf79afff40.tar.gz
libssh-9c0af42dd8a4b7a8280e030b6dac8daf79afff40.tar.xz
libssh-9c0af42dd8a4b7a8280e030b6dac8daf79afff40.zip
pki: Use a consistent name scheme.
Rename ssh_key_import_private to ssh_pki_import_privkey_file.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index ac73bc02..8e606d5a 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);