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: Thu, 18 Nov 2004 14:56:35 +0100

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

Modified Files:
        error.c gsasl-compat.h gsasl.h.in 
Log Message:
Obsolete GSASL_CANNOT_GET_CTX.

--- /home/cvs/gsasl/lib/src/error.c     2004/11/18 13:49:07     1.10
+++ /home/cvs/gsasl/lib/src/error.c     2004/11/18 13:56:35     1.11
@@ -159,10 +159,6 @@
       p = _("Error authentication user");
       break;
 
-    case GSASL_CANNOT_GET_CTX:
-      p = _("Cannot get internal library handle (library error)");
-      break;
-
     case GSASL_INTEGRITY_ERROR:
       p = _("Integrity error in application payload");
       break;
@@ -238,6 +234,10 @@
       p = _("SASL function need larger buffer (internal error)");
       break;
 
+    case GSASL_CANNOT_GET_CTX:
+      p = _("Cannot get internal library handle (library error)");
+      break;
+
     case GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK:
       p =
        _
--- /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/10/31 22:57:06     1.14
+++ /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/11/18 13:56:35     1.15
@@ -34,6 +34,7 @@
 {
   GSASL_TOO_SMALL_BUFFER = 4,
   GSASL_GCRYPT_ERROR = GSASL_CRYPTO_ERROR,
+  GSASL_CANNOT_GET_CTX = 32,
   GSASL_NEED_CLIENT_ANONYMOUS_CALLBACK = 11,
   GSASL_NEED_CLIENT_PASSWORD_CALLBACK = 12,
   GSASL_NEED_CLIENT_PASSCODE_CALLBACK = 13,
--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/11/18 13:49:07     1.46
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/11/18 13:56:35     1.47
@@ -61,7 +61,6 @@
     GSASL_SASLPREP_ERROR = 29,
     GSASL_MECHANISM_PARSE_ERROR = 30,
     GSASL_AUTHENTICATION_ERROR = 31,
-    GSASL_CANNOT_GET_CTX = 32,
     GSASL_INTEGRITY_ERROR = 33,
     GSASL_NO_MORE_REALMS = 34,
     GSASL_NO_CLIENT_CODE = 35,





reply via email to

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