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: Wed, 15 Dec 2004 01:51:38 +0100

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

Modified Files:
        gsasl.h.in gsasl-compat.h 
Log Message:
Deprecate GSASL_UNICODE_NORMALIZATION_ERROR.


--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/15 00:10:10     1.53
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/15 00:51:36     1.54
@@ -64,7 +64,6 @@
     GSASL_MALLOC_ERROR = 7,
     GSASL_BASE64_ERROR = 8,
     GSASL_CRYPTO_ERROR = 9,
-    GSASL_UNICODE_NORMALIZATION_ERROR = 28,
     GSASL_SASLPREP_ERROR = 29,
     GSASL_MECHANISM_PARSE_ERROR = 30,
     GSASL_AUTHENTICATION_ERROR = 31,
--- /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/11/30 03:05:47     1.17
+++ /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/12/15 00:51:36     1.18
@@ -51,7 +51,8 @@
   GSASL_NEED_SERVER_SECURID_CALLBACK = 24,
   GSASL_NEED_SERVER_SERVICE_CALLBACK = 25,
   GSASL_NEED_SERVER_GSSAPI_CALLBACK = 26,
-  GSASL_NEED_SERVER_RETRIEVE_CALLBACK = 27
+  GSASL_NEED_SERVER_RETRIEVE_CALLBACK = 27,
+  GSASL_UNICODE_NORMALIZATION_ERROR = 28
 } __attribute__ ((deprecated));
 
 typedef Gsasl Gsasl_ctx __attribute__ ((deprecated));





reply via email to

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