kex: Clarify the comment

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2023-03-10 16:12:52 +01:00
committed by Andreas Schneider
parent 0a9b5bcd45
commit 8cdf602330

View File

@@ -413,7 +413,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];