mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3:libsmb: rename smb_signing.c => clisigning.c
This prepares a large simplification of the smb_signing code metze
This commit is contained in:
parent
7716ad68a8
commit
1a48d0793b
@ -364,7 +364,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
|
||||
lib/util.o lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
|
||||
lib/substitute.o lib/dbwrap_util.o \
|
||||
lib/ms_fnmatch.o lib/select.o lib/errmap_unix.o \
|
||||
lib/tallocmsg.o lib/dmallocmsg.o libsmb/smb_signing.o \
|
||||
lib/tallocmsg.o lib/dmallocmsg.o libsmb/clisigning.o \
|
||||
lib/iconv.o lib/pam_errors.o intl/lang_tdb.o \
|
||||
lib/conn_tdb.o lib/adt_tree.o lib/gencache.o \
|
||||
lib/module.o lib/events.o @LIBTEVENT_OBJ0@ \
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user