summaryrefslogtreecommitdiff
path: root/source3/include/proto.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/proto.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/proto.h')
-rw-r--r--source3/include/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5c58468261..9de77f9227 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5728,12 +5728,6 @@ void init_rpc_hdr_auth(RPC_HDR_AUTH *rai,
uint8 auth_pad_len,
uint32 auth_context_id);
bool smb_io_rpc_hdr_auth(const char *desc, RPC_HDR_AUTH *rai, prs_struct *ps, int depth);
-bool rpc_auth_verifier_chk(RPC_AUTH_VERIFIER *rav,
- const char *signature, uint32 msg_type);
-void init_rpc_auth_verifier(RPC_AUTH_VERIFIER *rav,
- const char *signature, uint32 msg_type);
-bool smb_io_rpc_auth_verifier(const char *desc, RPC_AUTH_VERIFIER *rav, prs_struct *ps, int depth);
-bool smb_io_rpc_schannel_verifier(const char *desc, RPC_AUTH_VERIFIER *rav, prs_struct *ps, int depth);
bool smb_io_rpc_auth_schannel_chk(const char *desc, int auth_len,
RPC_AUTH_SCHANNEL_CHK * chk,
prs_struct *ps, int depth);