From: Miroslav Lichvar Date: Tue, 23 May 2023 13:40:47 +0000 (+0200) Subject: nts: remove superfluous semicolon X-Git-Tag: 4.4-pre2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80858f7388afa128fa05621d4122e8fa6e210e8;p=thirdparty%2Fchrony.git nts: remove superfluous semicolon --- diff --git a/nts_ke_server.c b/nts_ke_server.c index 67cc3d4b..f786e865 100644 --- a/nts_ke_server.c +++ b/nts_ke_server.c @@ -448,7 +448,7 @@ process_request(NKSN_Instance session) aead_algorithm_values++; /* Use the first supported algorithm */ if (aead_algorithm < 0 && SIV_GetKeyLength(ntohs(data[i])) > 0) - aead_algorithm = ntohs(data[i]);; + aead_algorithm = ntohs(data[i]); } break; case NKE_RECORD_ERROR: