From 2356cd74783c64162b580b8793014e4956bab152 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Aug 2008 11:31:57 +0200 Subject: heimdal_build: include heimdal's new EVP code to fix the build metze (This used to be commit f454342d48e1dce7dff0bcff246c7237bed94fd5) --- source4/heimdal_build/kpasswdd-glue.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/heimdal_build/kpasswdd-glue.h') diff --git a/source4/heimdal_build/kpasswdd-glue.h b/source4/heimdal_build/kpasswdd-glue.h index 2a7c3c0690..47ac26d285 100644 --- a/source4/heimdal_build/kpasswdd-glue.h +++ b/source4/heimdal_build/kpasswdd-glue.h @@ -1,3 +1,6 @@ /* TODO: remove this file */ -#include "heimdal/lib/hcrypto/aes.h" +struct _krb5_krb_auth_data; +struct krb5_dh_moduli; +struct AlgorithmIdentifier; +#include "heimdal/lib/hcrypto/evp.h" #include "heimdal/lib/krb5/krb5-private.h" -- cgit