projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0450d28
)
Remove a declaration for a function that does not exist.
author
Richard Levitte
<levitte@openssl.org>
Sat, 18 Nov 2000 20:52:14 +0000
(20:52 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 18 Nov 2000 20:52:14 +0000
(20:52 +0000)
crypto/bn/bn_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_lcl.h
b/crypto/bn/bn_lcl.h
index 22c33971dde054b6b61ba25066be69ad42b7dd1a..ccfe7bc40a2cbd77a8025b9a7182bdfb48779a47 100644
(file)
--- 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);