From: Andreas Schneider Date: Wed, 27 Feb 2019 07:07:37 +0000 (+0100) Subject: s4:dsdb: Only use the required md4 and md5 header files X-Git-Tag: talloc-2.2.0~280 X-Git-Url: http://git.samba.org/samba.git/?p=nivanova%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=5890eb779202600ea69941d3e701440cf1e00be2 s4:dsdb: Only use the required md4 and md5 header files Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c index 51fd70b7c1d..804be6a4307 100644 --- a/source4/dsdb/samdb/ldb_modules/password_hash.c +++ b/source4/dsdb/samdb/ldb_modules/password_hash.c @@ -42,7 +42,8 @@ #include "dsdb/samdb/ldb_modules/util.h" #include "dsdb/samdb/ldb_modules/password_modules.h" #include "librpc/gen_ndr/ndr_drsblobs.h" -#include "../lib/crypto/crypto.h" +#include "lib/crypto/md4.h" +#include "lib/crypto/md5.h" #include "param/param.h" #include "lib/krb5_wrap/krb5_samba.h" #include "auth/common_auth.h"