From: Andreas Schneider Date: Wed, 27 Feb 2019 07:02:24 +0000 (+0100) Subject: libcli:auth: Only use the required md4 header X-Git-Tag: talloc-2.2.0~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a005cb52e6890d35f9bdb856d47bf01c8b752f;p=thirdparty%2Fsamba.git libcli:auth: Only use the required md4 header Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/libcli/auth/ntlm_check.c b/libcli/auth/ntlm_check.c index b68e9c87888..3844abde528 100644 --- a/libcli/auth/ntlm_check.c +++ b/libcli/auth/ntlm_check.c @@ -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"