From ed56de38d9a9de9f7d4da7951f752570bbc1a838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 23 Nov 2008 22:05:05 +0000 Subject: [PATCH] make profiles const git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24047 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/wind/stringprep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wind/stringprep.c b/lib/wind/stringprep.c index 6e99cfc86..aa04b3fd1 100644 --- a/lib/wind/stringprep.c +++ b/lib/wind/stringprep.c @@ -107,7 +107,7 @@ wind_stringprep(const uint32_t *in, size_t in_len, return ret; } -static struct { +const static struct { const char *name; wind_profile_flags flags; } profiles[] = {