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-56-g91b652d


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_7-56-g91b652d
Date: Thu, 05 Nov 2009 08:41:59 +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=91b652d36dcb57db89d7edab6caa88d211f7d859

The branch, master has been updated
       via  91b652d36dcb57db89d7edab6caa88d211f7d859 (commit)
      from  8dd2cec35365352f23a07de8ec10f4b373d67560 (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 91b652d36dcb57db89d7edab6caa88d211f7d859
Author: Simon Josefsson <address@hidden>
Date:   Thu Nov 5 09:41:56 2009 +0100

    Fix API name change.

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

Summary of changes:
 doc/examples/ex-cert-select.c |    2 +-
 src/cli.c                     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/examples/ex-cert-select.c b/doc/examples/ex-cert-select.c
index 714bdfe..35a90b0 100644
--- a/doc/examples/ex-cert-select.c
+++ b/doc/examples/ex-cert-select.c
@@ -275,7 +275,7 @@ cert_callback (gnutls_session_t session,
     
       i=0;
       do {
-        ret = gnutls_session_sign_algorithm_get_requested(session, i, 
&req_algo);
+        ret = gnutls_sign_algorithm_get_requested(session, i, &req_algo);
         if (ret >= 0 && cert_algo == req_algo)
           {
             match = 1;
diff --git a/src/cli.c b/src/cli.c
index e68a734..a37490f 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -385,7 +385,7 @@ cert_callback (gnutls_session_t session,
     
           i=0;
           do {
-            ret = gnutls_session_sign_algorithm_get_requested(session, i, 
&req_algo);
+            ret = gnutls_sign_algorithm_get_requested(session, i, &req_algo);
             if (ret >= 0 && cert_algo == req_algo)
               {
                 match = 1;


hooks/post-receive
-- 
GNU gnutls




reply via email to

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