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_1_0-78-gcf31e43


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-78-gcf31e43
Date: Sun, 16 Sep 2012 19:02:57 +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=cf31e43a972ac163bc1181ffdd61bb658770cda1

The branch, master has been updated
       via  cf31e43a972ac163bc1181ffdd61bb658770cda1 (commit)
      from  53e86c9b3491b429228940d56ffd0523ca945e98 (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 cf31e43a972ac163bc1181ffdd61bb658770cda1
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Sep 16 21:02:47 2012 +0200

    corrected typo

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

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

diff --git a/tests/x509cert-tl.c b/tests/x509cert-tl.c
index 7a35992..2753daa 100644
--- a/tests/x509cert-tl.c
+++ b/tests/x509cert-tl.c
@@ -250,7 +250,7 @@ doit (void)
     fail("gnutls_x509_trust_list_add_trust_mem: %d (%s)\n", __LINE__, 
gnutls_strerror(ret));
 
   data.data = cert_der;
-  data.size = sizeof((char*)cert_der);
+  data.size = sizeof(cert_der);
   ret = gnutls_x509_trust_list_add_trust_mem(tl, &data, NULL, 
GNUTLS_X509_FMT_DER, 0, 0);
   if (ret < 1)
     fail("gnutls_x509_trust_list_add_trust_mem: %d (%s)\n", __LINE__, 
gnutls_strerror(ret));


hooks/post-receive
-- 
GNU gnutls



reply via email to

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