Prefix internal symbol with _kdc_.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19507 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-26 17:18:14 +00:00
parent 450b14e4e3
commit fb1c8392d1
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ RCSID("$Id$");
#define NTLM_V1_SESSION 0x02
#define NTLM_V1 0x01
const struct units digestunits[] = {
const struct units _kdc_digestunits[] = {
{"chap-md5", 1U << 4},
{"digest-md5", 1U << 3},
{"ntlm-v2", 1U << 2},