gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-73-g53c6a


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-73-g53c6a8b
Date: Sun, 06 Feb 2011 15:32:56 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=53c6a8b482b86eb66cbdc02ec39225fc4b14476d

The branch, gnutls_2_12_x has been updated
       via  53c6a8b482b86eb66cbdc02ec39225fc4b14476d (commit)
      from  fae10ff832cf82488cd23e1d1899b9bd0e64685e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53c6a8b482b86eb66cbdc02ec39225fc4b14476d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Feb 6 16:32:50 2011 +0100

    gnutls_certificate_verify_peers is deprecated.

-----------------------------------------------------------------------

Summary of changes:
 lib/includes/gnutls/compat.h    |    4 ++++
 lib/includes/gnutls/gnutls.h.in |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index c79af4f..d0eeae7 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -326,4 +326,8 @@ gnutls_sign_callback_get (gnutls_session_t session, void 
**userdata)
                                             keyring)
                                             _GNUTLS_GCC_ATTR_DEPRECATED;
 
+  /* this is obsolete (?). */
+  int gnutls_certificate_verify_peers (gnutls_session_t session)
+  _GNUTLS_GCC_ATTR_DEPRECATED;
+
 #endif /* _GNUTLS_COMPAT_H */
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index e7f2363..684c5c2 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -1557,9 +1557,6 @@ extern "C"
   int gnutls_certificate_verify_peers2 (gnutls_session_t session,
                                         unsigned int *status);
 
-  /* this is obsolete (?). */
-  int gnutls_certificate_verify_peers (gnutls_session_t session);
-
   int gnutls_pem_base64_encode (const char *msg, const gnutls_datum_t * data,
                                 char *result, size_t * result_size);
   int gnutls_pem_base64_decode (const char *header,


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]