1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

libcli:auth: Only use the required md4 header

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 07:59:18 +01:00 committed by Volker Lendecke
parent b09f646832
commit 75a5db9c94

View 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;