From e06cc5711839b3c78df1abe050659b740c167935 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 18 Nov 2000 20:52:14 +0000 Subject: [PATCH] Remove a declaration for a function that does not exist. --- crypto/bn/bn_lcl.h | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1