1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4:dsdb: Only use the required md4 header file

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Andreas Schneider 2019-02-27 08:06:21 +01:00 committed by Volker Lendecke
parent a1a005cb52
commit 195322b83e

View File

@ -32,7 +32,7 @@
#include "dsdb/common/util.h" #include "dsdb/common/util.h"
#include "libds/common/flag_mapping.h" #include "libds/common/flag_mapping.h"
#include "../lib/util/dlinklist.h" #include "../lib/util/dlinklist.h"
#include "../lib/crypto/crypto.h" #include "lib/crypto/md4.h"
#include "libcli/ldap/ldap_ndr.h" #include "libcli/ldap/ldap_ndr.h"
NTSTATUS dsdb_trust_forest_info_from_lsa(TALLOC_CTX *mem_ctx, NTSTATUS dsdb_trust_forest_info_from_lsa(TALLOC_CTX *mem_ctx,