summaryrefslogtreecommitdiffstats
path: root/include/libssh/keyfiles.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-26 21:46:56 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-26 21:46:56 +0200
commit1d734f16cf6bb8561e9f3f987bae4178b7e81560 (patch)
treef369107c169687fbfad6170291bbfa4490386534 /include/libssh/keyfiles.h
parent5a0735d1e8ba67cf2cc3d035eec15a15bfb1aa0e (diff)
downloadlibssh-1d734f16cf6bb8561e9f3f987bae4178b7e81560.tar.gz
libssh-1d734f16cf6bb8561e9f3f987bae4178b7e81560.tar.xz
libssh-1d734f16cf6bb8561e9f3f987bae4178b7e81560.zip
legacy: Remove privatekey_from_base64().
This function has been introduced for libssh 0.6. So we can remove it completely.
Diffstat (limited to 'include/libssh/keyfiles.h')
-rw-r--r--include/libssh/keyfiles.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/libssh/keyfiles.h b/include/libssh/keyfiles.h
index ac5feb0..80e989f 100644
--- a/include/libssh/keyfiles.h
+++ b/include/libssh/keyfiles.h
@@ -30,7 +30,4 @@ ssh_string try_publickey_from_file(ssh_session session,
struct ssh_keys_struct keytab,
char **privkeyfile, int *type);
-ssh_private_key privatekey_from_base64(ssh_session session, const char *b64_pkey,
- int type, const char *passphrase);
-
#endif /* KEYFILES_H_ */