From 47482574e4d37f0a6304a938f5cbb194d3fffa1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 29 Dec 2004 20:41:23 +0000 Subject: [PATCH] make all_etypes static git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14430 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/keys.c b/lib/hdb/keys.c index b5b99d872..b0af2a53b 100644 --- a/lib/hdb/keys.c +++ b/lib/hdb/keys.c @@ -69,7 +69,7 @@ hdb_free_keys (krb5_context context, int len, Key *keys) */ /* the 3 DES types must be first */ -const krb5_enctype all_etypes[] = { +static const krb5_enctype all_etypes[] = { ETYPE_DES_CBC_MD5, ETYPE_DES_CBC_MD4, ETYPE_DES_CBC_CRC,