summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-18 00:16:40 +0200
committerGünther Deschner <gd@samba.org>2010-05-18 00:44:27 +0200
commit1d2dd47d31e776e5a976069147b33d7c34e5b071 (patch)
tree79aa63b8e61d457f9fe28dc2f2d7ea3f1232a563 /source3/rpc_client
parent26c844902c70ea73f43f8e900344c25fb21e607c (diff)
downloadsamba-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/rpc_client')
-rw-r--r--source3/rpc_client/cli_samr.c1
-rw-r--r--source3/rpc_client/init_netlogon.c1
-rw-r--r--source3/rpc_client/init_samr.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_samr.c b/source3/rpc_client/cli_samr.c
index 21cc2f6268..36d682b624 100644
--- a/source3/rpc_client/cli_samr.c
+++ b/source3/rpc_client/cli_samr.c
@@ -24,6 +24,7 @@
#include "includes.h"
#include "../libcli/auth/libcli_auth.h"
#include "../librpc/gen_ndr/cli_samr.h"
+#include "../lib/crypto/arcfour.h"
/* User change password */
diff --git a/source3/rpc_client/init_netlogon.c b/source3/rpc_client/init_netlogon.c
index d197ff74b2..a1728834e7 100644
--- a/source3/rpc_client/init_netlogon.c
+++ b/source3/rpc_client/init_netlogon.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "../libcli/auth/libcli_auth.h"
+#include "../lib/crypto/arcfour.h"
/*************************************************************************
inits a netr_CryptPassword structure
diff --git a/source3/rpc_client/init_samr.c b/source3/rpc_client/init_samr.c
index 6843869965..ecab28e719 100644
--- a/source3/rpc_client/init_samr.c
+++ b/source3/rpc_client/init_samr.c
@@ -19,6 +19,8 @@
#include "includes.h"
#include "../libcli/auth/libcli_auth.h"
+#include "../lib/crypto/md5.h"
+#include "../lib/crypto/arcfour.h"
/*************************************************************************
inits a samr_CryptPasswordEx structure