mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
crypt: Rename to packet_crypt.
This commit is contained in:
@@ -82,7 +82,6 @@ set(libssh_SRCS
|
||||
client.c
|
||||
config.c
|
||||
connect.c
|
||||
crypt.c
|
||||
dh.c
|
||||
ecdh.c
|
||||
error.c
|
||||
@@ -99,6 +98,7 @@ set(libssh_SRCS
|
||||
misc.c
|
||||
options.c
|
||||
packet.c
|
||||
packet_crypt.c
|
||||
pcap.c
|
||||
pki.c
|
||||
poll.c
|
||||
|
||||
@@ -111,7 +111,7 @@ unsigned char *packet_encrypt(ssh_session session, void *data, uint32_t len) {
|
||||
seq = ntohl(session->send_seq);
|
||||
crypto = session->current_crypto->out_cipher;
|
||||
|
||||
ssh_log(session, SSH_LOG_PACKET,
|
||||
ssh_log(session, SSH_LOG_PACKET,
|
||||
"Encrypting packet with seq num: %d, len: %d",
|
||||
session->send_seq,len);
|
||||
|
||||
Reference in New Issue
Block a user