From 65057f17b0d9e83f1b775afdeb7ea91ce0e52cd1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 25 Aug 2008 16:12:42 +0200 Subject: [PATCH] kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.h metze --- source/heimdal_build/kpasswdd-glue.h | 3 +++ source/kdc/kpasswdd.c | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 source/heimdal_build/kpasswdd-glue.h diff --git a/source/heimdal_build/kpasswdd-glue.h b/source/heimdal_build/kpasswdd-glue.h new file mode 100644 index 000000000000..2a7c3c0690f2 --- /dev/null +++ b/source/heimdal_build/kpasswdd-glue.h @@ -0,0 +1,3 @@ +/* TODO: remove this file */ +#include "heimdal/lib/hcrypto/aes.h" +#include "heimdal/lib/krb5/krb5-private.h" diff --git a/source/kdc/kpasswdd.c b/source/kdc/kpasswdd.c index 065777fc6658..603332e69eb4 100644 --- a/source/kdc/kpasswdd.c +++ b/source/kdc/kpasswdd.c @@ -40,8 +40,7 @@ /* TODO: remove all SAMBA4_INTERNAL_HEIMDAL stuff from this file */ #ifdef SAMBA4_INTERNAL_HEIMDAL -#include "heimdal/lib/hcrypto/aes.h" -#include "heimdal/lib/krb5/krb5-private.h" +#include "heimdal_build/kpasswdd-glue.h" #endif /* hold information about one kdc socket */ -- 2.34.1