CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2018/07/23 12:07:21

Modified files:
        lib/libcrypto/bn: bn_add.c 

Log message:
Clean up our disgusting implementations of BN_{,u}{add,sub}(), following
changes made in OpenSSL by Davide Galassi and others, so that one can
actually follow what is going on. There is no performance impact from
this change as the code still does essentially the same thing. There's
a ton of work still to be done to make the BN code less terrible.

ok jsing, kn

Reply via email to