]> 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)
committerAlois Klink <alois@aloisklink.com>
Sun, 16 Apr 2023 16:07:24 +0000 (17:07 +0100)
commitf659f7a1c70709caa1727bb0b7f836d170d35bb5
tree4dafb61c2bcf7a22541f6f5287098295bc606688
parent326af4ad171b849ba1e76fd425d8f337718c4108
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)
crypto/bn/bn_nist.c