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 18:59:07 +0100

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

Modified Files:
        tokens.h digesthmac.h 
Log Message:
Move.


--- /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 05:34:52     1.4
+++ /home/cvs/gsasl/lib/digest-md5/tokens.h     2004/12/19 17:59:07     1.5
@@ -26,6 +26,9 @@
 /* Get size_t. */
 #include <stddef.h>
 
+/* Length of MD5 output. */
+#define DIGEST_MD5_LENGTH 16
+
 /* Quality of Protection types. */
 enum digest_md5_qop
   {
--- /home/cvs/gsasl/lib/digest-md5/digesthmac.h 2004/12/19 17:42:03     1.2
+++ /home/cvs/gsasl/lib/digest-md5/digesthmac.h 2004/12/19 17:59:07     1.3
@@ -26,8 +26,6 @@
 /* Get token types. */
 #include "tokens.h"
 
-#define DIGEST_MD5_LENGTH 16
-
 extern int digest_md5_hmac (char *output, char secret[DIGEST_MD5_LENGTH],
                            char *nonce, unsigned long nc, char *cnonce,
                            digest_md5_qop qop, char *authzid, char *digesturi,





reply via email to

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