]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
de-deprecated gnutls_x509_crt_verify_hash()
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Dec 2010 21:29:40 +0000 (22:29 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 13 Dec 2010 21:29:40 +0000 (22:29 +0100)
lib/includes/gnutls/compat.h
lib/includes/gnutls/x509.h

index aaee9d8f4e0f3bdcf9e7faaa59498e7e0912ed5b..635cfbf9218aae621a817862e60b8255ca4b8e03 100644 (file)
@@ -223,10 +223,4 @@ gnutls_sign_callback_get (gnutls_session_t session, void **userdata);
                                     gnutls_datum_t * signature)
                                     _GNUTLS_GCC_ATTR_DEPRECATED;
 
-  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;
-
 #endif /* _GNUTLS_COMPAT_H */
index 21923a3ba440790c39569acd2c1774ee9f5f8e9f..8c9570b003402c91863f24e5810197d8db0cd715 100644 (file)
@@ -736,6 +736,11 @@ extern "C"
                                const gnutls_datum_t * hash_data,
                                gnutls_datum_t * signature);
 
+  int gnutls_x509_crt_verify_hash (gnutls_x509_crt_t crt,
+                                  unsigned int flags,
+                                  const gnutls_datum_t * hash,
+                                  const gnutls_datum_t * signature);
+
   int gnutls_x509_crt_get_verify_algorithm (gnutls_x509_crt_t crt,
                                            const gnutls_datum_t * signature,
                                            gnutls_digest_algorithm_t * hash);