diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 00:16:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 00:44:27 +0200 |
commit | 1d2dd47d31e776e5a976069147b33d7c34e5b071 (patch) | |
tree | 79aa63b8e61d457f9fe28dc2f2d7ea3f1232a563 /source3/smbd | |
parent | 26c844902c70ea73f43f8e900344c25fb21e607c (diff) | |
download | samba-1d2dd47d31e776e5a976069147b33d7c34e5b071.tar.gz samba-1d2dd47d31e776e5a976069147b33d7c34e5b071.tar.bz2 samba-1d2dd47d31e776e5a976069147b33d7c34e5b071.zip |
s3-crypto: only include crypto headers when crypto is done.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/chgpasswd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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], |