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 03:10:31 +0100

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

Modified Files:
        parser.c 
Log Message:
Use 'static'.


--- /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/19 02:09:49     1.4
+++ /home/cvs/gsasl/lib/digest-md5/parser.c     2004/12/19 02:10:30     1.5
@@ -49,7 +49,7 @@
     CHALLENGE_CIPHER
   };
 
-const char *const digest_challenge_opts[] = {
+static const char *const digest_challenge_opts[] = {
   /* the order must match the previous enum */
   "realm",
   "nonce",
@@ -208,7 +208,7 @@
     RESPONSE_AUTHZID
   };
 
-const char *const digest_response_opts[] = {
+static const char *const digest_response_opts[] = {
   /* the order must match the previous enum */
   "username",
   "realm",
@@ -418,7 +418,7 @@
     RESPONSEAUTH_RSPAUTH = 0
   };
 
-const char *const digest_responseauth_opts[] = {
+static const char *const digest_responseauth_opts[] = {
   /* the order must match the previous enum */
   "rspauth",
   NULL





reply via email to

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