Commit 83e03437 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

bn/bn_lib.c address Coverity nit in bn2binpad.



It was false positive, but one can as well view it as readability issue.
Switch even to unsigned indices because % BN_BYTES takes 4-6 instructions
with signed dividend vs. 1 (one) with unsigned.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 9e6a3202
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment