make all_etypes static

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14430 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-12-29 20:41:23 +00:00
parent 66d5077f4b
commit 47482574e4

View File

@@ -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,