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

index b68e9c878885096e768fe34f62a39a5aa1c63974..3844abde5282df8db34c0bd498534e38469ed515 100644 (file)
@@ -20,7 +20,7 @@
 */
 
 #include "includes.h"
-#include "../lib/crypto/crypto.h"
+#include "lib/crypto/md4.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "libcli/auth/libcli_auth.h"