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: Sat, 18 Sep 2004 04:03:48 +0200

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

Modified Files:
        common.c 
Log Message:
Make EXTERNAL use new allocating API.


--- /home/cvs/gsasl/lib/src/common.c    2004/09/18 01:59:58     1.8
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/18 02:03:48     1.9
@@ -71,10 +71,11 @@
     NULL,
     NULL,
     _gsasl_external_client_start,
-    _gsasl_external_client_step,
+    NULL,
     _gsasl_external_client_finish,
     NULL,
-    NULL
+    NULL,
+    _gsasl_external_client_step
 #endif
     },
    {
@@ -82,10 +83,11 @@
     NULL,
     NULL,
     _gsasl_external_server_start,
-    _gsasl_external_server_step,
+    NULL,
     _gsasl_external_server_finish,
     NULL,
-    NULL
+    NULL,
+    _gsasl_external_server_step
 #endif
     }
    },





reply via email to

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