- use BN_set_negative and BN_is_negative instead of BN_set_sign
authorNils Larsch <nils@openssl.org>
Fri, 22 Apr 2005 20:02:44 +0000 (20:02 +0000)
committerNils Larsch <nils@openssl.org>
Fri, 22 Apr 2005 20:02:44 +0000 (20:02 +0000)
commitff22e913a3fbeb025e612828859102aa1a3effaa
tree9b30cca57b4f6fd9436fb222dbd2fe9647bc56a9
parent04d0d0accfbfe88cb52c92abf521c69577c8d33e
- use BN_set_negative and BN_is_negative instead of BN_set_sign
  and BN_get_sign
- implement BN_set_negative as a function
- always use "#define BN_is_zero(a) ((a)->top == 0)"
16 files changed:
CHANGES
crypto/asn1/a_enum.c
crypto/asn1/a_int.c
crypto/asn1/t_pkey.c
crypto/bn/bn.h
crypto/bn/bn_lib.c
crypto/bn/bn_print.c
crypto/dsa/dsa_ossl.c
crypto/ec/ec2_mult.c
crypto/ec/ec2_smpl.c
crypto/ec/ec_mult.c
crypto/ec/ecp_smpl.c
crypto/ec/ectest.c
crypto/ecdsa/ecs_ossl.c
crypto/rsa/rsa_eay.c
doc/crypto/bn.pod