gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/digest-md5


From: gsasl-commit
Subject: CVS gsasl/lib/digest-md5
Date: Mon, 27 Dec 2004 02:56:07 +0100

Update of /home/cvs/gsasl/lib/digest-md5
In directory dopio:/tmp/cvs-serv7128

Modified Files:
        parser.c 
Log Message:
Fix comment.


--- /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/20 17:14:44     1.15
+++ /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/27 01:56:07     1.16
@@ -66,7 +66,6 @@
 };
 
 /* qop-value         = "auth" | "auth-int" | "auth-conf" | qop-token */
-
 enum
   {
     /* the order must match the following struct */
@@ -75,10 +74,6 @@
     QOP_AUTH_CONF
   };
 
-/* cipher-value      = "3des" | "des" | "rc4-40" | "rc4" |
- *                     "rc4-56" | "aes-cbc" | cipher-token
- *                     ;; "des" and "3des" ciphers are obsolete.
- */
 static const char *const qop_opts[] = {
   /* the order must match the previous enum */
   "auth",
@@ -87,6 +82,10 @@
   NULL
 };
 
+/* cipher-value      = "3des" | "des" | "rc4-40" | "rc4" |
+ *                     "rc4-56" | "aes-cbc" | cipher-token
+ *                     ;; "des" and "3des" ciphers are obsolete.
+ */
 enum
   {
     /* the order must match the following struct */





reply via email to

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