Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Thu, 21 Jul 2022 15:46:21 +0000 (16:46 +0100)
committerAndreas Tille <tille@debian.org>
Thu, 21 Jul 2022 15:46:21 +0000 (16:46 +0100)
commit45ede924d68d2ee45ecbef036ec6bfe1102114aa
treeb25b11054569ccbbc6a156d634eba166a546213b
parent5f9312344ca4c5110c6bba4afc59341ad23049cd
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