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 04:10:33 +0200

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

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


--- /home/cvs/gsasl/lib/src/common.c    2004/09/21 01:46:59     1.20
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/21 02:10:33     1.21
@@ -300,11 +300,11 @@
     NULL,
     NULL,
     _gsasl_gssapi_client_start,
-    _gsasl_gssapi_client_step,
+    NULL,
     _gsasl_gssapi_client_finish,
     _gsasl_gssapi_client_encode,
     _gsasl_gssapi_client_decode,
-    NULL
+    _gsasl_gssapi_client_step
 #endif
     },
    {





reply via email to

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