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

@@ -411,7 +411,7 @@ configure(krb5_context context, int argc, char **argv)
if (digests == NULL)
digests = "ntlm-v2";
config->digests_allowed = parse_flags(digests,
digestunits,
_kdc_digestunits,
0);
if (config->digests_allowed == -1) {
kdc_log(context, config, 0,