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 <[email protected]> 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 _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
