changeset 1028:b26b83f30f65 HEAD

added const
author Timo Sirainen <tss@iki.fi>
date Thu, 23 Jan 2003 21:34:04 +0200
parents 29f09c05945d
children 3b5ad60473be
files src/auth/auth-digest-md5.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-digest-md5.c	Thu Jan 23 21:08:53 2003 +0200
+++ b/src/auth/auth-digest-md5.c	Thu Jan 23 21:34:04 2003 +0200
@@ -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;