s4:dsdb: Only use the required md4 and md5 header files
authorAndreas Schneider <asn@samba.org>
Wed, 27 Feb 2019 07:07:37 +0000 (08:07 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 27 Feb 2019 07:59:27 +0000 (07:59 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source4/dsdb/samdb/ldb_modules/password_hash.c

index 51fd70b7c1db86f1c69621f79458ad0790c49767..804be6a4307e2d0a567771456edb4a1aee421b31 100644 (file)
@@ -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"