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:
@@ -69,7 +69,7 @@ hdb_free_keys (krb5_context context, int len, Key *keys)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* the 3 DES types must be first */
|
/* 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_MD5,
|
||||||
ETYPE_DES_CBC_MD4,
|
ETYPE_DES_CBC_MD4,
|
||||||
ETYPE_DES_CBC_CRC,
|
ETYPE_DES_CBC_CRC,
|
||||||
|
Reference in New Issue
Block a user