From 1d2dd47d31e776e5a976069147b33d7c34e5b071 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 00:16:40 +0200 Subject: s3-crypto: only include crypto headers when crypto is done. Guenther --- source3/smbd/chgpasswd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd') diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 32ddefb429..735f57d0df 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -47,6 +47,7 @@ #include "includes.h" #include "../libcli/auth/libcli_auth.h" +#include "../lib/crypto/arcfour.h" static NTSTATUS check_oem_password(const char *user, uchar password_encrypted_with_lm_hash[516], -- cgit