From: Richard Levitte Date: Sat, 18 Nov 2000 20:52:14 +0000 (+0000) Subject: Remove a declaration for a function that does not exist. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~164 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e06cc5711839b3c78df1abe050659b740c167935;p=oweals%2Fopenssl.git Remove a declaration for a function that does not exist. --- diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h index 22c33971dd..ccfe7bc40a 100644 --- a/crypto/bn/bn_lcl.h +++ b/crypto/bn/bn_lcl.h @@ -402,7 +402,6 @@ void bn_sqr_normal(BN_ULONG *r, const BN_ULONG *a, int n, BN_ULONG *tmp); void bn_sqr_comba8(BN_ULONG *r,const BN_ULONG *a); void bn_sqr_comba4(BN_ULONG *r,const BN_ULONG *a); int bn_cmp_words(const BN_ULONG *a,const BN_ULONG *b,int n); -int bn_cmp_part_words(const BN_ULONG *a,const BN_ULONG *b,int cl,int dl); void bn_mul_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,BN_ULONG *t); void bn_mul_part_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b, int tn, int n,BN_ULONG *t);