From b309dd8fb72d1deaa16536f6d3391711594bbca5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 30 Dec 2011 11:02:06 +0100 Subject: pki: Add support to generate ecdsa keys. --- include/libssh/pki_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libssh/pki_priv.h b/include/libssh/pki_priv.h index 7963984d..580956da 100644 --- a/include/libssh/pki_priv.h +++ b/include/libssh/pki_priv.h @@ -40,6 +40,7 @@ int pki_key_ecdsa_nid_from_name(const char *name); ssh_key pki_key_dup(const ssh_key key, int demote); int pki_key_generate_rsa(ssh_key key, int parameter); int pki_key_generate_dss(ssh_key key, int parameter); +int pki_key_generate_ecdsa(ssh_key key, int parameter); int pki_key_compare(const ssh_key k1, const ssh_key k2, enum ssh_keycmp_e what); -- cgit v1.2.3