Remove the unused flags member of BN_BLINDING
authortb <tb@openbsd.org>
Wed, 2 Aug 2023 08:31:12 +0000 (08:31 +0000)
committertb <tb@openbsd.org>
Wed, 2 Aug 2023 08:31:12 +0000 (08:31 +0000)
commitf3e54c15d9cd1b465ba25c44e47a83c433c2e0eb
treef25b604860f759dec3f17247953a427e2694afd9
parent58fdb4e7ed83b96c50da8da9e8f5c035e68c416a
Remove the unused flags member of BN_BLINDING

Nothing sets this, so remove it along with BN_BLINDING_NO_{UPDATE,RECREATE}
and some checks that are always true.

ok jsing
lib/libcrypto/bn/bn_blind.c
lib/libcrypto/bn/bn_local.h