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_7-6-g32c2729


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-6-g32c2729
Date: Wed, 14 Oct 2009 15:18:27 +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=32c2729e127fef1ac1d4c8c7351aedac9fdddf0e

The branch, master has been updated
       via  32c2729e127fef1ac1d4c8c7351aedac9fdddf0e (commit)
      from  853ae78361a454db308ee602f006158863f2f6c0 (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 32c2729e127fef1ac1d4c8c7351aedac9fdddf0e
Author: Simon Josefsson <address@hidden>
Date:   Wed Oct 14 17:18:23 2009 +0200

    Use better friendly names.

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

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

diff --git a/tests/pkcs12_encode.c b/tests/pkcs12_encode.c
index 8d0b434..93ad396 100644
--- a/tests/pkcs12_encode.c
+++ b/tests/pkcs12_encode.c
@@ -118,7 +118,8 @@ main (void)
 
       indx = ret;
 
-      ret = gnutls_pkcs12_bag_set_friendly_name (bag, indx, "friendly name");
+      ret = gnutls_pkcs12_bag_set_friendly_name (bag, indx,
+                                                i == 0 ? "client" : "ca");
       if (ret < 0)
        error (EXIT_FAILURE, 0, "set_friendly_name: %d", ret);
 


hooks/post-receive
-- 
GNU gnutls




reply via email to

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