BN_set_bit() etc should use "unsigned int".
authorUlf Möller <ulf@openssl.org>
Sat, 15 Nov 2003 08:37:50 +0000 (08:37 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 15 Nov 2003 08:37:50 +0000 (08:37 +0000)
commit1a0173304755bd44662a201734f80eca3afe8a9c
tree534e1befa1046d35a1dd6c1e5f080389229c1f8d
parentd2cd46127c746191b5fdcec6b04719feac4735c0
BN_set_bit() etc should use "unsigned int".
Keep it as is to avoid an API change, but check for negativ values.

Submitted by: Nils Larsch
crypto/bn/bn_lib.c