]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed gnutls_pubkey_get_verify_algorithm from abstract.h
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 27 Feb 2015 15:26:34 +0000 (16:26 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 27 Feb 2015 15:26:34 +0000 (16:26 +0100)
lib/includes/gnutls/abstract.h

index c2b170ca9b6b634dc9066d6b64884ba72a72cdee..e6059c009a4bb4aeed51b4c3cbcc8dc801490d97 100644 (file)
@@ -224,12 +224,6 @@ gnutls_pubkey_verify_hash2(gnutls_pubkey_t key,
                           const gnutls_datum_t * hash,
                           const gnutls_datum_t * signature);
 
-int
-gnutls_pubkey_get_verify_algorithm(gnutls_pubkey_t key,
-                                  const gnutls_datum_t *
-                                  signature,
-                                  gnutls_digest_algorithm_t * hash);
-
 int
 gnutls_pubkey_verify_data2(gnutls_pubkey_t pubkey,
                           gnutls_sign_algorithm_t algo,