]> git.ipfire.org Git - thirdparty/openssl.git/commit
bn_nist: remove unused type-punning union `u`
authorAlois Klink <alois@aloisklink.com>
Sun, 16 Apr 2023 16:03:23 +0000 (17:03 +0100)
committerPauli <pauli@openssl.org>
Mon, 17 Apr 2023 22:06:28 +0000 (08:06 +1000)
commit3eca58faf5a4a3734755c26d1878ca2362ae2dc1
treecf0dc2fb6f08ba5b1161a55089ff4c071718b295
parentcfbec3543f7d1475739e49599945e649ef9bb531
bn_nist: remove unused type-punning union `u`

We no longer need to cast function pointers to PTR_SIZE_INT.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20748)

(cherry picked from commit f659f7a1c70709caa1727bb0b7f836d170d35bb5)
crypto/bn/bn_nist.c