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_2_9_3-27-g2807d80


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-27-g2807d80
Date: Fri, 28 Aug 2009 16:17:49 +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=2807d80e446538357bd40a2365ec164cc93bdee4

The branch, master has been updated
       via  2807d80e446538357bd40a2365ec164cc93bdee4 (commit)
       via  d22081b55abe5256a21f5851052700c3f7b070ea (commit)
      from  9c557c06a17a79c32f5543c49e9a159cf5ce0d03 (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 2807d80e446538357bd40a2365ec164cc93bdee4
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 28 18:17:38 2009 +0200

    Likewise.

commit d22081b55abe5256a21f5851052700c3f7b070ea
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 28 18:15:40 2009 +0200

    Don't use deprecated type.

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

Summary of changes:
 tests/x509dn.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/x509dn.c b/tests/x509dn.c
index 3b31fed..57a517b 100644
--- a/tests/x509dn.c
+++ b/tests/x509dn.c
@@ -109,9 +109,9 @@ const gnutls_datum_t key = { key_pem, sizeof (key_pem) };
 #define EXPECT_RDN0 "GnuTLS test CA"
 
 static int
-cert_callback (gnutls_session session,
+cert_callback (gnutls_session_t session,
               const gnutls_datum_t * req_ca_rdn, int nreqs,
-              const gnutls_pk_algorithm * sign_algos,
+              const gnutls_pk_algorithm_t * sign_algos,
               int sign_algos_length, gnutls_retr_st * st)
 {
   int result;


hooks/post-receive
-- 
GNU gnutls




reply via email to

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