gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-2-77-gc9411a2


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-2-77-gc9411a2
Date: Fri, 11 Sep 2009 08:40:38 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=c9411a2d5392e31c6ae75bab3b257276784c780b

The branch, master has been updated
       via  c9411a2d5392e31c6ae75bab3b257276784c780b (commit)
      from  3a73ac881e37f34112be1a641c4bae72633d914f (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 c9411a2d5392e31c6ae75bab3b257276784c780b
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 11 10:40:31 2009 +0200

    Use b64 salt.

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

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

diff --git a/tests/scram.c b/tests/scram.c
index e2858cf..8a11ef5 100644
--- a/tests/scram.c
+++ b/tests/scram.c
@@ -75,7 +75,7 @@ callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property 
prop)
     case GSASL_SCRAM_SALT:
       if (i & 0x04)
        {
-         gsasl_property_set (sctx, prop, "salt");
+         gsasl_property_set (sctx, prop, "c2FsdA==");
          rc = GSASL_OK;
        }
       break;


hooks/post-receive
-- 
GNU gsasl




reply via email to

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