Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Sat, 9 Oct 2021 13:41:14 +0000 (14:41 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 9 Oct 2021 13:41:14 +0000 (14:41 +0100)
commit05bde5483a142e41b43113f767556437da64b49b
treedd82de89f8f0a8797b4e922274ec53a01e3033d8
parent6c6f9bf8197d50021ced6bffa30f334a1843b8ae
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