From e794b42b5fc57a8fff4382e503a78683658f83ef Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 9 Dec 2010 09:15:16 +0100 Subject: All the sign hash functions were deprecated. --- lib/includes/gnutls/openpgp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/includes/gnutls/openpgp.h') diff --git a/lib/includes/gnutls/openpgp.h b/lib/includes/gnutls/openpgp.h index cad2235f1b..4babbcc652 100644 --- a/lib/includes/gnutls/openpgp.h +++ b/lib/includes/gnutls/openpgp.h @@ -173,9 +173,6 @@ extern "C" unsigned int flags, const gnutls_datum_t * ciphertext, gnutls_datum_t * plaintext); - int gnutls_openpgp_privkey_sign_hash (gnutls_openpgp_privkey_t key, - const gnutls_datum_t * hash, - gnutls_datum_t * signature); int gnutls_openpgp_privkey_get_fingerprint (gnutls_openpgp_privkey_t key, void *fpr, size_t * fprlen); int gnutls_openpgp_privkey_get_subkey_fingerprint (gnutls_openpgp_privkey_t -- cgit v1.2.1