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: Sun, 19 Dec 2004 04:12:27 +0100

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

Modified Files:
        tokens.h 
Log Message:
Fix qop/cipher types.


--- /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 02:18:36     1.2
+++ /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 03:12:27     1.3
@@ -80,11 +80,11 @@
   size_t nrealms;
   char **realms;
   char *nonce;
-  char *qop;
+  int qops;
   int stale;
   unsigned long servermaxbuf;
   int utf8;
-  char *ciphers;
+  int ciphers;
 };
 typedef struct digest_md5_challenge digest_md5_challenge;
 
@@ -123,12 +123,12 @@
   char *nonce;
   char *cnonce;
   unsigned long nc;
-  char *qop;
+  digest_md5_qop qop;
   char *digesturi;
   char *response;
   unsigned long clientmaxbuf;
   int utf8;
-  char *cipher;
+  digest_md5_cipher cipher;
   char *authzid;
 };
 typedef struct digest_md5_response digest_md5_response;





reply via email to

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