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-21-g75915c3


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_3-21-g75915c3
Date: Fri, 28 Aug 2009 13:03:24 +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=75915c332246502442be20071a6398d5f50321b4

The branch, master has been updated
       via  75915c332246502442be20071a6398d5f50321b4 (commit)
      from  970711aff70f09bfd156b5e31a288c067bc38477 (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 75915c332246502442be20071a6398d5f50321b4
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 28 15:03:19 2009 +0200

    Fix gnutls_datum usage.

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

Summary of changes:
 lib/x509/crq.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/x509/crq.c b/lib/x509/crq.c
index 6a840d6..74fa842 100644
--- a/lib/x509/crq.c
+++ b/lib/x509/crq.c
@@ -610,7 +610,8 @@ gnutls_x509_crq_set_attribute_by_oid (gnutls_x509_crq_t crq,
                                      const char *oid, void *buf,
                                      size_t sizeof_buf)
 {
-  gnutls_datum data;
+  gnutls_datum_t data;
+
   data.data = buf;
   data.size = sizeof_buf;
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

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