gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Tue, 21 Sep 2004 03:29:15 +0200

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv17034/lib/src

Modified Files:
        common.c 
Log Message:
Make CRAM-MD5 client use new allocating API, and new callback interface.


--- /home/cvs/gsasl/lib/src/common.c    2004/09/21 00:59:57     1.18
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/21 01:29:15     1.19
@@ -213,11 +213,11 @@
     NULL,
     NULL,
     _gsasl_cram_md5_client_start,
-    _gsasl_cram_md5_client_step,
     NULL,
     NULL,
     NULL,
-    NULL
+    NULL,
+    _gsasl_cram_md5_client_step
 #endif
     },
    {





reply via email to

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