summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-18 20:52:14 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-18 20:52:14 +0000
commite06cc5711839b3c78df1abe050659b740c167935 (patch)
tree82daf133247bfa90c10e74a73c49ae69e859e53d /crypto
parent0450d287597474ee60d8935bbfdd44e1a0a7ca93 (diff)
Remove a declaration for a function that does not exist.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/bn_lcl.h1
1 files changed, 0 insertions, 1 deletions
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);