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 18:06:56 +0200

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

Modified Files:
        common.c 
Log Message:
Remove useless EXTERNAL finish function.


--- /home/cvs/gsasl/lib/src/common.c    2004/09/18 02:33:47     1.10
+++ /home/cvs/gsasl/lib/src/common.c    2004/09/18 16:06:56     1.11
@@ -72,7 +72,7 @@
     NULL,
     _gsasl_external_client_start,
     NULL,
-    _gsasl_external_client_finish,
+    NULL,
     NULL,
     NULL,
     _gsasl_external_client_step
@@ -84,7 +84,7 @@
     NULL,
     _gsasl_external_server_start,
     NULL,
-    _gsasl_external_server_finish,
+    NULL,
     NULL,
     NULL,
     _gsasl_external_server_step





reply via email to

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