From 75a5db9c949aac026485733029f5217e312cde45 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 27 Feb 2019 07:59:18 +0100 Subject: [PATCH] libcli:auth: Only use the required md4 header Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- libcli/auth/netlogon_creds_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/auth/netlogon_creds_cli.c b/libcli/auth/netlogon_creds_cli.c index 817d2cd041a..dd286a281bf 100644 --- a/libcli/auth/netlogon_creds_cli.c +++ b/libcli/auth/netlogon_creds_cli.c @@ -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;