commit | ff22e913a3fbeb025e612828859102aa1a3effaa | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Fri Apr 22 20:02:44 2005 +0000 |
committer | Nils Larsch <nils@openssl.org> | Fri Apr 22 20:02:44 2005 +0000 |
tree | 9b30cca57b4f6fd9436fb222dbd2fe9647bc56a9 | |
parent | 04d0d0accfbfe88cb52c92abf521c69577c8d33e [diff] |
- 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)"