summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorT.Yanagisawa <52776010+mogisawa@users.noreply.github.com>2020-08-27 11:11:23 +0900
committerPauli <paul.dale@oracle.com>2020-08-28 19:25:08 +1000
commitb6ef3c7089e887427cde8c550e28211dc0c22dd1 (patch)
tree25b3420a671cbd39288851b0a5584bf0c6898cfa /crypto
parent33855c0af6046c2b36d1c541b0962e534fa6f8d9 (diff)
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)
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions