]> git.ipfire.org Git - thirdparty/openssl.git/commit
Correct description of BN_mask_bits
authorT.Yanagisawa <52776010+mogisawa@users.noreply.github.com>
Thu, 27 Aug 2020 02:11:23 +0000 (11:11 +0900)
committerMatt Caswell <matt@openssl.org>
Thu, 5 Nov 2020 10:53:28 +0000 (10:53 +0000)
commit6e933b35492a4dc3370b9f49890646dadca82cd8
tree27ff53b8460c9e840169596a9157b7ab8e383be0
parent25fa346e906c4f487727cfebd5a40740709e677b
Correct description of BN_mask_bits

CLA: trivial

Correct right shift to left shift.
Pseudo code `a&=~((~0)>>n)` means "get higher n-bits of a", but actually crypto lib gives lower n-bits.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12727)

(cherry picked from commit b6ef3c7089e887427cde8c550e28211dc0c22dd1)
doc/man3/BN_set_bit.pod