Skip to content
Snippets Groups Projects
Commit 93b5c895 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

libdnssec: make privkey_export_x509 static

parent 6d35f3ab
No related branches found
No related tags found
No related merge requests found
Pipeline #67920 passed
......@@ -128,7 +128,7 @@ int dnssec_pem_from_x509(gnutls_x509_privkey_t key, dnssec_binary_t *pem)
return DNSSEC_EOK;
}
int privkey_export_x509(gnutls_privkey_t key, gnutls_x509_privkey_t *_key)
static int privkey_export_x509(gnutls_privkey_t key, gnutls_x509_privkey_t *_key)
{
#ifdef HAVE_EXPORT_X509
if (gnutls_privkey_export_x509(key, _key) != GNUTLS_E_SUCCESS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment