From e38f2f933b3f091fa4d9beed917e31f82bcf6a1c Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 24 Sep 2011 01:36:58 +0200 Subject: pki: ssh_pki_generate for both gcrypt and openssl --- include/libssh/libssh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 2b9aa50..9c60eb3 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -456,6 +456,8 @@ LIBSSH_API enum ssh_keytypes_e ssh_key_type_from_name(const char *name); LIBSSH_API int ssh_key_is_public(const ssh_key k); LIBSSH_API int ssh_key_is_private(const ssh_key k); +LIBSSH_API int ssh_pki_generate(enum ssh_keytypes_e type, int parameter, + ssh_key *pkey); LIBSSH_API int ssh_pki_import_privkey_base64(const char *b64_key, const char *passphrase, ssh_auth_callback auth_fn, -- cgit