[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Nov 2021 06:16:09 +0000 (07:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Jan 2022 16:57:39 +0000 (17:57 +0100)
commit4e26fe508bf18732983212ca4749eabb1f02e142
tree0493d1f6dffb8804b3673f17519fd6b482f1c50b
parentc2cab43574dbb65094d6caf4dc1bf691e826a4fc
[refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'s

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17139)
crypto/bn/bn_lib.c