[dovecot-cvs] dovecot/src/auth auth-digest-md5.c,1.20,1.21

cras at procontrol.fi cras at procontrol.fi
Thu Jan 23 21:34:06 EET 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv21789/src/auth

Modified Files:
	auth-digest-md5.c 
Log Message:
added const



Index: auth-digest-md5.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/auth-digest-md5.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- auth-digest-md5.c	21 Jan 2003 07:40:54 -0000	1.20
+++ auth-digest-md5.c	23 Jan 2003 19:34:04 -0000	1.21
@@ -29,7 +29,7 @@
 	QOP_COUNT	= 3
 };
 
-static char *qop_names[] = { "auth", "auth-int", "auth-conf" };
+static const char *qop_names[] = { "auth", "auth-int", "auth-conf" };
 
 struct auth_data {
 	pool_t pool;




More information about the dovecot-cvs mailing list