Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Mon, 28 Apr 2025 18:16:30 +0000 (19:16 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 28 Apr 2025 18:16:30 +0000 (19:16 +0100)
commitc7d7c6d21d8a8d2ae1a8213f3d571bf572c94b9e
tree842ad6bd69dd1bf342cb86df92df1000c9f1423c
parent3e0dee38e89510003d4e794fad100a2562c55291
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