summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/pki.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/pki.h b/include/libssh/pki.h
index 0d89821..77106b4 100644
--- a/include/libssh/pki.h
+++ b/include/libssh/pki.h
@@ -75,7 +75,8 @@ int ssh_pki_signature_verify_blob(ssh_session session,
size_t dlen);
/* SSH Public Key Functions */
-ssh_string ssh_pki_export_pubkey_blob(const ssh_key key);
+int ssh_pki_export_pubkey_blob(const ssh_key key,
+ ssh_string *pblob);
int ssh_pki_import_pubkey_blob(const ssh_string key_blob,
ssh_key *pkey);