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 03:25:14 +0100

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

Modified Files:
        server.c 
Log Message:
Use correct constants.


--- /home/cvs/gsasl/lib/digest-md5/server.c     2004/12/27 02:23:36     1.28
+++ /home/cvs/gsasl/lib/digest-md5/server.c     2004/12/27 02:25:14     1.29
@@ -82,7 +82,7 @@
       return GSASL_MALLOC_ERROR;
     }
 
-  state->challenge.qops = GSASL_QOP_AUTH | GSASL_QOP_AUTH_INT;
+  state->challenge.qops = DIGEST_MD5_QOP_AUTH | DIGEST_MD5_QOP_AUTH_INT;
   state->challenge.ciphers = 0;
 
   state->challenge.nonce = p;





reply via email to

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