summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-12-03 09:37:55 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-12-03 09:39:58 +0100
commit43afcf183df43e2588ec28b1847fe98efb853b70 (patch)
treeaa75c23b66c7bf2c2b98cb3539fc6972f2bc381b /lib/includes/gnutls
parentaee64a282effdd0410b5d813299cbbf58658bc63 (diff)
downloadgnutls-43afcf183df43e2588ec28b1847fe98efb853b70.tar.gz
removed gnutls_x509_crt_verify_hash() and gnutls_x509_crt_verify_data()
Diffstat (limited to 'lib/includes/gnutls')
-rw-r--r--lib/includes/gnutls/compat.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index 894e31b99c..cb79cee43f 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -236,21 +236,6 @@ int gnutls_x509_privkey_sign_data(gnutls_x509_privkey_t key,
size_t * signature_size)
_GNUTLS_GCC_ATTR_DEPRECATED;
- /* gnutls_pubkey_verify_data() */
-int gnutls_x509_crt_verify_data(gnutls_x509_crt_t crt,
- unsigned int flags,
- const gnutls_datum_t * data,
- const gnutls_datum_t * signature)
- _GNUTLS_GCC_ATTR_DEPRECATED;
-
-
- /* gnutls_pubkey_verify_hash() */
-int gnutls_x509_crt_verify_hash(gnutls_x509_crt_t crt,
- unsigned int flags,
- const gnutls_datum_t * hash,
- const gnutls_datum_t * signature)
- _GNUTLS_GCC_ATTR_DEPRECATED;
-
/* gnutls_pubkey_get_verify_algorithm() */
int gnutls_x509_crt_get_verify_algorithm(gnutls_x509_crt_t crt,
const gnutls_datum_t *