mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
VERSION_NEG packets are handled and returned from earlier in the function. The later switch case and its helper are unreachable and contradictory. Remove them to avoid confusion and future behavior drift. Signed-off-by: Joshua Rogers <MegaManSec@users.noreply.github.com> Reviewed-by: Saša Nedvědický <sashan@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> MergeDate: Mon Jan 12 18:54:09 2026 (Merged from https://github.com/openssl/openssl/pull/28920)