summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-09-02 17:50:21 -0400
committerGünther Deschner <gd@samba.org>2010-09-23 10:54:22 -0700
commit2c9f420d75ac0a231b84c2d85e9470bb595d6daf (patch)
treecc2e0492cc07d2bb0bcdd6d7dc38afd52be220a4 /source3/rpc_client
parent59722ef2fb6973ac06de5c17c3f84995bac20816 (diff)
downloadsamba-2c9f420d75ac0a231b84c2d85e9470bb595d6daf.tar.gz
samba-2c9f420d75ac0a231b84c2d85e9470bb595d6daf.tar.bz2
samba-2c9f420d75ac0a231b84c2d85e9470bb595d6daf.zip
s3-dcerpc: move client spnego stuff in /librpc/crypto
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index cca4f38a8c..8538b232ec 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -30,7 +30,7 @@
#include "librpc/gen_ndr/ndr_dcerpc.h"
#include "librpc/rpc/dcerpc.h"
#include "librpc/crypto/gse.h"
-#include "librpc/rpc/dcerpc_spnego.h"
+#include "librpc/crypto/spnego.h"
#include "rpc_dce.h"
#undef DBGC_CLASS