libcli:auth: Only use the required md4 header
authorAndreas Schneider <asn@samba.org>
Wed, 27 Feb 2019 06:59:18 +0000 (07:59 +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>
libcli/auth/netlogon_creds_cli.c

index 817d2cd041a0e78a1c311c1107eb7c5d57fb6d94..dd286a281bfc9f8ef5c5157440310fd6f360e3fa 100644 (file)
@@ -37,7 +37,7 @@
 #include "source3/include/messages.h"
 #include "source3/include/g_lock.h"
 #include "libds/common/roles.h"
-#include "lib/crypto/crypto.h"
+#include "lib/crypto/md4.h"
 #include "auth/credentials/credentials.h"
 
 struct netlogon_creds_cli_locked_state;