Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 3d4dfeb28a5cb944b8300b4cf807e19ab97d04f5 https://github.com/openssl/openssl/commit/3d4dfeb28a5cb944b8300b4cf807e19ab97d04f5 Author: Rohan McLure <rohanmcl...@linux.ibm.com> Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths: M crypto/ec/ecp_nistp521.c Log Message: ----------- Remove redundant assignment in felem_mul_ref in p521 ftmp4 is assigned immediately before receiving the reduced output of the multiplication of ftmp and ftmp3, without being read inbetween these assignments. Remove redundant assignment. Reviewed-by: Hugo Landau <hlan...@openssl.org> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19766)