From 7beaa0b4f7ac1f90b10f2bd9e694f1dba06470f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Mar 2009 17:19:47 +0000 Subject: [PATCH] disable 425 functions and include 524 if not smaller git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24898 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/principal.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/krb5/principal.c b/lib/krb5/principal.c index 7c3356753..302f46648 100644 --- a/lib/krb5/principal.c +++ b/lib/krb5/principal.c @@ -833,6 +833,7 @@ krb5_principal_match(krb5_context context, return TRUE; } +#ifdef KRB4 static struct v4_name_convert { const char *from; @@ -1108,6 +1109,10 @@ no_host: return HEIM_ERR_V4_PRINC_NO_CONV; } +#endif /* KRB4 */ + +#ifndef HEIMDAL_SMALLER + static int check_list(const krb5_config_binding *l, const char *name, const char **out) { @@ -1251,6 +1256,8 @@ krb5_524_conv_principal(krb5_context context, return 0; } +#endif /* !HEIMDAL_SMALLER */ + /** * Create a principal for the service running on hostname. If * KRB5_NT_SRV_HST is used, the hostname is canonization using DNS (or -- 2.34.1