gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-72-gca1a976


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls-3_0_12-72-gca1a976
Date: Tue, 24 Jan 2012 21:24:13 +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=ca1a976657f4a3a89b0cadf764ce728fbe90d55f

The branch, master has been updated
       via  ca1a976657f4a3a89b0cadf764ce728fbe90d55f (commit)
      from  abaa81222b37dc1e692ba161389c6f8151dd03e1 (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 ca1a976657f4a3a89b0cadf764ce728fbe90d55f
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Tue Jan 24 22:28:43 2012 +0100

    corrected prototypes.

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

Summary of changes:
 lib/includes/gnutls/gnutls.h.in |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 2d9705b..45008ae 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -923,11 +923,11 @@ gnutls_ecc_curve_t gnutls_ecc_curve_get(gnutls_session_t 
session);
                                   const char *priorities,
                                   const char **err_pos);
 
-  int gnutls_priority_get_certificate_type_list (gnutls_priority_t pcache, 
const unsigned int** list);
-  int gnutls_priority_get_sign_list (gnutls_priority_t pcache, const unsigned 
int** list);
-  int gnutls_priority_get_protocol_list (gnutls_priority_t pcache, const 
unsigned int** list);
-  int gnutls_priority_get_compression_list (gnutls_priority_t pcache, const 
unsigned int** list);
-  int gnutls_priority_get_ecc_curve_list (gnutls_priority_t pcache, const 
unsigned int** list);
+  int gnutls_priority_certificate_type_list (gnutls_priority_t pcache, const 
unsigned int** list);
+  int gnutls_priority_sign_list (gnutls_priority_t pcache, const unsigned 
int** list);
+  int gnutls_priority_protocol_list (gnutls_priority_t pcache, const unsigned 
int** list);
+  int gnutls_priority_compression_list (gnutls_priority_t pcache, const 
unsigned int** list);
+  int gnutls_priority_ecc_curve_list (gnutls_priority_t pcache, const unsigned 
int** list);
 
   /* for compatibility
    */


hooks/post-receive
-- 
GNU gnutls



reply via email to

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