summaryrefslogtreecommitdiff
path: root/lib/gnutls_x509.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-23 09:11:38 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-23 10:08:03 +0100
commitb9dd3af9a17d0d4726df50515b176808ace69d18 (patch)
tree1daebd8c6d3cc12fb38eca22354a80b033ee7ea1 /lib/gnutls_x509.h
parent54b0fb87f065320b42fe4b9fdd18f5348382b65b (diff)
downloadgnutls-b9dd3af9a17d0d4726df50515b176808ace69d18.tar.gz
Added the ability to register application specific URLs for keys and certs
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r--lib/gnutls_x509.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h
index 4f025f9529..bc11f7b93f 100644
--- a/lib/gnutls_x509.h
+++ b/lib/gnutls_x509.h
@@ -33,8 +33,6 @@ int _gnutls_x509_cert_verify_peers(gnutls_session_t session,
#define PEM_CRL_SEP "-----BEGIN X509 CRL"
-int _gnutls_url_is_known(const char *url);
-
int _gnutls_check_key_usage(const gnutls_pcert_st * cert,
gnutls_kx_algorithm_t alg);