summaryrefslogtreecommitdiffstats
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-04-23 11:12:08 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-05-06 08:54:00 +0200
commit2fc83475041acc955ef0fe7a879567b262e3b36e (patch)
tree8070d8e142ec63831984bf4430dfe9b785655e2f /include/libssh
parent2691ed595e10e95afcab30066e27c00d3962dd42 (diff)
pki: Make pki_key_ecdsa_nid_to_name() a shared function.
(cherry picked from commit 11cfb2903eb319d32a2432a015c61506f50dc78b)
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/pki_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/pki_priv.h b/include/libssh/pki_priv.h
index 54a59a03..350b2243 100644
--- a/include/libssh/pki_priv.h
+++ b/include/libssh/pki_priv.h
@@ -34,6 +34,7 @@ void _ssh_pki_log(const char *function,
const char *format, ...) PRINTF_ATTRIBUTE(2, 3);
int pki_key_ecdsa_nid_from_name(const char *name);
+const char *pki_key_ecdsa_nid_to_name(int nid)
/* SSH Key Functions */
ssh_key pki_key_dup(const ssh_key key, int demote);