Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Fri, 30 Jun 2023 19:49:50 +0000 (20:49 +0100)
committerAndreas Tille <tille@debian.org>
Fri, 30 Jun 2023 19:49:50 +0000 (20:49 +0100)
commit7fade31503a8c50871b8533ad824be6ed3ff9b2c
tree9f254e460d2ee8cb0ea08365fc1836d3e4651c46
parent2c7f00ab3aa47c2e35732847c853a97714754593
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