]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix c++ comment in ec code.
authorslontis <shane.lontis@oracle.com>
Fri, 28 Mar 2025 07:57:48 +0000 (18:57 +1100)
committerTomas Mraz <tomas@openssl.org>
Mon, 31 Mar 2025 12:03:38 +0000 (14:03 +0200)
commitea77608920e88812a5278be351e3ebbfdb81d992
treed9b3798d534a31ccbf0971e0a857358c17d2c394
parent908e0f37288b76132c166364c75cbac9f46deb9f
Fix c++ comment in ec code.

This is a 9 month old change, so I am not sure why it is only causing a
compile issue now.

Reported by David Makepeace

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27186)
crypto/ec/ecp_nistz256.c