kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.h
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Aug 2008 14:12:42 +0000 (16:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 26 Aug 2008 10:30:03 +0000 (12:30 +0200)
metze

source/heimdal_build/kpasswdd-glue.h [new file with mode: 0644]
source/kdc/kpasswdd.c

diff --git a/source/heimdal_build/kpasswdd-glue.h b/source/heimdal_build/kpasswdd-glue.h
new file mode 100644 (file)
index 0000000..2a7c3c0
--- /dev/null
@@ -0,0 +1,3 @@
+/* TODO: remove this file */
+#include "heimdal/lib/hcrypto/aes.h"
+#include "heimdal/lib/krb5/krb5-private.h"
index 065777fc6658de89984fb42af6c544c5216a51eb..603332e69eb4282157d0e57e9f0b223f424ea20c 100644 (file)
@@ -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 */