summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-15 16:05:45 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-15 17:51:59 +0200
commit4faad287783f9a7b22f3ff1d40c609e603a66709 (patch)
tree9a054d569368ed2e62e27c26a0217f00182e5cec /source3/libsmb/proto.h
parent28e3d099165ba64eb0987d74dd87816ad6207a6a (diff)
downloadsamba-4faad287783f9a7b22f3ff1d40c609e603a66709.tar.gz
samba-4faad287783f9a7b22f3ff1d40c609e603a66709.tar.bz2
samba-4faad287783f9a7b22f3ff1d40c609e603a66709.zip
s3:libsmb: remove unused cli_*encryption* functions
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Sep 15 17:52:00 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 469246e8ad..e0c8a67d66 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -859,9 +859,6 @@ NTSTATUS common_encrypt_buffer(struct smb_trans_enc_state *es, char *buffer, cha
NTSTATUS common_decrypt_buffer(struct smb_trans_enc_state *es, char *buf);
void common_free_encryption_state(struct smb_trans_enc_state **pp_es);
void common_free_enc_buffer(struct smb_trans_enc_state *es, char *buf);
-bool cli_encryption_on(struct cli_state *cli);
-void cli_free_encryption_context(struct cli_state *cli);
-void cli_free_enc_buffer(struct cli_state *cli, char *buf);
/* The following definitions come from libsmb/clisigning.c */