]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix duplicate cipher definition in ssl/t1_trce.c
authorYugandhar <yugandhar@allthingsincloud.com>
Thu, 10 Apr 2025 03:55:29 +0000 (03:55 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 15 Apr 2025 14:53:26 +0000 (15:53 +0100)
commitde67f90815f1dc1ec9f4a9670ae854b71933f7cc
tree3f5700d331ba16c5a41ef2c26e6c9051cb641110
parent3c22da73465f5dd211299e64f0de8786dcaf86c3
Fix duplicate cipher definition in ssl/t1_trce.c

This commit removes the duplicate definition of cipher 0xC102 in
ssl/t1_trce.c, as reported in issue #27303.

The first definition (IANA-GOST2012-GOST8912-GOST8912) is kept as the
canonical one.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27329)
ssl/t1_trce.c