add missing declaration
authorBodo Möller <bodo@openssl.org>
Mon, 25 Mar 2002 23:15:21 +0000 (23:15 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 25 Mar 2002 23:15:21 +0000 (23:15 +0000)
Submitted by: Nils Larsch

crypto/bn/bn_lcl.h

index 73792f12206e6c0e2ff3c7d69c8cb0be9e3a076e..8a4dba375ab2ed0a75e018a274cba2835ca2bbcc 100644 (file)
@@ -428,6 +428,8 @@ void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
        BN_ULONG *t);
 void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
        BN_ULONG *t);
+BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
+       int cl, int dl);
 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
        int cl, int dl);