From cc1b021153b693c5b37acd9fc4bee3004b158423 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 4 Jan 2023 15:44:20 +0100 Subject: [PATCH] kex: Fix typo Signed-off-by: Jakub Jelen Reviewed-by: Norbert Pocs --- src/kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kex.c b/src/kex.c index 322a067c..240ddf39 100644 --- a/src/kex.c +++ b/src/kex.c @@ -1258,7 +1258,7 @@ int ssh_make_sessionid(ssh_session session) case SSH_KEX_ECDH_SHA2_NISTP521: if (session->next_crypto->ecdh_client_pubkey == NULL || session->next_crypto->ecdh_server_pubkey == NULL) { - SSH_LOG(SSH_LOG_TRACE, "ECDH parameted missing"); + SSH_LOG(SSH_LOG_TRACE, "ECDH parameter missing"); goto error; } rc = ssh_buffer_pack(buf,