]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to
authoraSoujyuTanaka <soujyu.tanaka@access-company.com>
Sat, 11 Apr 2020 18:58:44 +0000 (03:58 +0900)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Jul 2020 21:06:03 +0000 (23:06 +0200)
commit88bc70366b0cfd77616083c550a40fb0f84c5379
tree9d7794f229b93b45889ad4d2d30ab2a99731ac89
parent4da1981faacf2e141aab2b4965fccfd676765648
Disable optimiization of BN_num_bits_word() for VS2005 ARM compiler due to
its miscompilation of the function.
https://mta.openssl.org/pipermail/openssl-users/2018-August/008465.html

Reviewed-by: Mark J. Cox <mark@awe.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11526)

(cherry picked from commit 7a09fab2b3d201062a2cc07c1a40d09d61ea31bd)
crypto/bn/bn_lib.c