Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Wed, 6 Oct 2021 10:38:58 +0000 (11:38 +0100)
committerNilesh Patra <nilesh@debian.org>
Wed, 6 Oct 2021 10:38:58 +0000 (11:38 +0100)
commit6241ccefe91b6f2bebf2231ab062622cc41497bb
tree887255b8d211e87a2794dfab02643b46b1981505
parent1fa625bb27d3d61e43dc5bb6c54edd9df26c569a
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