diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pki_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki_crypto.c b/src/pki_crypto.c index 1a9aa3ef..5e2585da 100644 --- a/src/pki_crypto.c +++ b/src/pki_crypto.c @@ -89,7 +89,7 @@ static int pki_key_ecdsa_to_nid(EC_KEY *k) return -1; } -static const char *pki_key_ecdsa_nid_to_name(int nid) +const char *pki_key_ecdsa_nid_to_name(int nid) { switch (nid) { case NID_X9_62_prime256v1: |
