diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-03-08 17:47:08 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-03-23 12:21:12 +0100 |
commit | 1a48d0793b9d3a76aff76580661626e5cd95f427 (patch) | |
tree | 5ebd90b86c00f5dba211fd8710ac869da24cd34f /source3/include/proto.h | |
parent | 7716ad68a8d859ac3651c4eb559b6e45d98566db (diff) | |
download | samba-1a48d0793b9d3a76aff76580661626e5cd95f427.tar.gz samba-1a48d0793b9d3a76aff76580661626e5cd95f427.tar.bz2 samba-1a48d0793b9d3a76aff76580661626e5cd95f427.zip |
s3:libsmb: rename smb_signing.c => clisigning.c
This prepares a large simplification of the smb_signing code
metze
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c84b1cb9ac..1ed623c4cb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3181,7 +3181,7 @@ void cli_free_enc_buffer(struct cli_state *cli, char *buf); NTSTATUS cli_decrypt_message(struct cli_state *cli); NTSTATUS cli_encrypt_message(struct cli_state *cli, char *buf, char **buf_out); -/* The following definitions come from libsmb/smb_signing.c */ +/* The following definitions come from libsmb/clisigning.c */ bool cli_simple_set_signing(struct cli_state *cli, const DATA_BLOB user_session_key, |