summaryrefslogtreecommitdiff
path: root/source3/include/rpc_dce.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-11 02:21:33 +0200
committerGünther Deschner <gd@samba.org>2009-09-11 02:57:35 +0200
commita155f3f9a92d57c2fa18ef44780e85e16cb32d1f (patch)
treed5bfcd29e16759d1bb114a96713f4d5a7076b728 /source3/include/rpc_dce.h
parent9ab5d9be8d5df7f5d894159d75f343913d9d8778 (diff)
downloadsamba-a155f3f9a92d57c2fa18ef44780e85e16cb32d1f.tar.gz
samba-a155f3f9a92d57c2fa18ef44780e85e16cb32d1f.tar.bz2
samba-a155f3f9a92d57c2fa18ef44780e85e16cb32d1f.zip
s3-schannel: remove unused code.
Guenther
Diffstat (limited to 'source3/include/rpc_dce.h')
-rw-r--r--source3/include/rpc_dce.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/rpc_dce.h b/source3/include/rpc_dce.h
index 684880d152..7992658a72 100644
--- a/source3/include/rpc_dce.h
+++ b/source3/include/rpc_dce.h
@@ -228,10 +228,4 @@ typedef struct rpc_hdr_ba_info {
struct ndr_syntax_id transfer; /* the transfer syntax from the request */
} RPC_HDR_BA;
-/* RPC_AUTH_VERIFIER */
-typedef struct rpc_auth_verif_info {
- fstring signature; /* "NTLMSSP".. Ok, not quite anymore */
- uint32 msg_type; /* NTLMSSP_MESSAGE_TYPE (1,2,3) and 5 for schannel */
-} RPC_AUTH_VERIFIER;
-
#endif /* _DCE_RPC_H */