summaryrefslogtreecommitdiff
path: root/lib/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509.h')
-rw-r--r--lib/x509.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/x509.h b/lib/x509.h
index 8048416691..4da17761cd 100644
--- a/lib/x509.h
+++ b/lib/x509.h
@@ -33,9 +33,6 @@ int _gnutls_x509_cert_verify_peers(gnutls_session_t session,
#define PEM_CRL_SEP "-----BEGIN X509 CRL"
-int _gnutls_check_key_usage(const gnutls_pcert_st * cert,
- gnutls_kx_algorithm_t alg);
-
int _gnutls_x509_raw_privkey_to_gkey(gnutls_privkey_t * privkey,
const gnutls_datum_t * raw_key,
gnutls_x509_crt_fmt_t type);