Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Tue, 9 Jan 2024 08:20:15 +0000 (09:20 +0100)
committerAndreas Tille <tille@debian.org>
Tue, 9 Jan 2024 08:20:15 +0000 (09:20 +0100)
commitf64551db6aed8c421817865ea67b9176a9681ef6
tree75ae60a081026bf898eab1556f8ede89d4a9ed29
parentc081dbbdc196eb4a9c815e014885c302dea1b584
Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit

Origin: upstream
Bug: https://github.com/google/s2geometry/pull/183
Forwarded: no
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2021-10-04

Suggested changes fix compilation error with OpenSSL >= 1.0 for 32bit target.
The algorithm is similar to what is currently being done in BN_ext_set_uint64,
but in the opposite direction.
Last-Update: 2021-10-04
Gbp-Pq: Name fix-ftbfs-on-32bit.patch
src/s2/util/math/exactfloat/exactfloat.cc