]> git.ipfire.org Git - thirdparty/openssl.git/commit
ecc: Remove extraneous parentheses in secp384r1
authorRohan McLure <rohanmclure@linux.ibm.com>
Tue, 15 Aug 2023 05:20:20 +0000 (15:20 +1000)
committerHugo Landau <hlandau@openssl.org>
Fri, 1 Sep 2023 09:06:54 +0000 (10:06 +0100)
commit670e73d9084465384b11ef24802ca4a313e1d2f4
tree062fdf3665f69a98eda0b41faa4375e83ddbbcf6
parent60421893a286bb9eb7fb7c2454b84af9778ffca4
ecc: Remove extraneous parentheses in secp384r1

Substitutions in the felem_reduce() method feature unecessary
parentheses, remove them.

Signed-off-by: Rohan McLure <rohan.mclure@linux.ibm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21749)
crypto/ec/ecp_nistp384.c