]> 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:03:22 +0000 (23:03 +0200)
commit7a09fab2b3d201062a2cc07c1a40d09d61ea31bd
treec03de73fad84e41b49ee8bb8030fa1d689c186d8
parent6c2a56beec847da18e5ac60a30219f0dea39baf9
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)
crypto/bn/bn_lib.c