kex: Clarify the comment

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jakub Jelen
2023-03-10 16:12:52 +01:00
parent cd8ef68b84
commit 9844dd5f79

View File

@@ -402,7 +402,7 @@ SSH_PACKET_CALLBACK(ssh_packet_kexinit)
str = NULL;
}
/* copy the server kex info into an array of strings */
/* copy the peer kex info into an array of strings */
if (server_kex) {
for (i = 0; i < SSH_KEX_METHODS; i++) {
session->next_crypto->client_kex.methods[i] = strings[i];