Fix aliasing of result and exponent in the internal BN_mod_exp_recp()
authortb <tb@openbsd.org>
Thu, 19 Oct 2023 10:23:00 +0000 (10:23 +0000)
committertb <tb@openbsd.org>
Thu, 19 Oct 2023 10:23:00 +0000 (10:23 +0000)
commit0611586681b2a3b40bd1cfa21f7cf38add598a0a
treee3d651cb93ff335c67722a06ffff44dbede9708d
parent17c05c75006e91251b0237331afe471b09f0553f
Fix aliasing of result and exponent in the internal BN_mod_exp_recp()

This is basically the same fix as the one applied in BN_mod_exp_simple().
lib/libcrypto/bn/bn_exp.c