On Mon, Dec 04, 2000 at 06:12:02PM +0100, [EMAIL PROTECTED] wrote:

>   I haven't yet changed the comments that describe bn_mul_recursive()
>   and bn_mul_part_recursive().

Don't forget the bn_internal manpage, please.

>    void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,
>   -        BN_ULONG *t)
>   +   int dna, int dnb, BN_ULONG *t)

So, what's the difference between bn_mul_recursive and
bn_mul_part_recursive now?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to