When adding positive elements, we can use BN_uadd() instead of BN_add().
authorGeoff Thorpe <geoff@openssl.org>
Sun, 22 Feb 2004 19:30:41 +0000 (19:30 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sun, 22 Feb 2004 19:30:41 +0000 (19:30 +0000)
commit1b06804491c8cd5a7bb1e4911578351bbe91a2af
tree3580439bc5b2b30a32fc5c9549d7612e089f9b7a
parentdc90f64d563f2c9709749d0731d6b26c6bce5325
When adding positive elements, we can use BN_uadd() instead of BN_add().

Submitted by: Nils Larsch
Reviewed by: Geoff Thorpe
crypto/bn/bn_mod.c