]> git.ipfire.org Git - thirdparty/openssl.git/commit
bn: Remove the BN_SQR_COMBA cpp define
authorGleb Popov <6yearold@gmail.com>
Fri, 9 Jan 2026 14:13:32 +0000 (17:13 +0300)
committerTomas Mraz <tomas@openssl.org>
Mon, 12 Jan 2026 18:44:10 +0000 (19:44 +0100)
commit2dcf5361ddd744bd4f0d7d5f67bfa8647493aeea
tree13f00f9de46c13aba7d6d0120b1b3c04e320a98b
parent9c269853264f3462fe30b7b18483fb5c11e95137
bn: Remove the BN_SQR_COMBA cpp define

Just like in previous commit, this define does not represent a toggleable
feature, but is entirely dependent on the OPENSSL_SMALL_FOOTPRINT define.

Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Mon Jan 12 18:44:25 2026
(Merged from https://github.com/openssl/openssl/pull/29204)
crypto/bn/bn_local.h
crypto/bn/bn_sqr.c