summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/gnutls/compat.h')
-rw-r--r--lib/includes/gnutls/compat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index aa5c5cb10d..732b9dbeb4 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -181,12 +181,6 @@ int gnutls_x509_crt_get_preferred_hash_algorithm(gnutls_x509_crt_t
*mand)
_GNUTLS_GCC_ATTR_DEPRECATED;
- /* gnutls_x509_crq_privkey_sign() */
-int gnutls_x509_crq_sign(gnutls_x509_crq_t crq,
- gnutls_x509_privkey_t key)
- _GNUTLS_GCC_ATTR_DEPRECATED;
-
-
/* use gnutls_privkey_sign_hash() with the GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA flag */
#ifdef _ISOC99_SOURCE