]> git.ipfire.org Git - thirdparty/openssl.git/commit
Removed hard coded value for cap in function ossl_rsa_multip_cap
authorGopal Sharma <67860577+gsharma-ad@users.noreply.github.com>
Tue, 16 Jan 2024 09:20:12 +0000 (14:50 +0530)
committerTomas Mraz <tomas@openssl.org>
Thu, 30 May 2024 12:46:06 +0000 (14:46 +0200)
commita5e93f1c5b88528645d34ae176ad9a0dd94edd2b
tree79b817e1210ab7a97c14cc0072021b4c37e97a3d
parentf6b307d860832d3a76be20a693b92a71c83a3055
Removed hard coded value for cap in function ossl_rsa_multip_cap

As suggested at https://github.com/openssl/openssl/pull/23280#discussion_r1452113014, removing hard coded value for cap.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/23311)
crypto/rsa/rsa_mp.c