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:
1afa967
)
add missing declaration
author
Bodo Möller
<bodo@openssl.org>
Mon, 25 Mar 2002 23:15:21 +0000
(23:15 +0000)
committer
Bodo 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
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_lcl.h
b/crypto/bn/bn_lcl.h
index 73792f12206e6c0e2ff3c7d69c8cb0be9e3a076e..8a4dba375ab2ed0a75e018a274cba2835ca2bbcc 100644
(file)
--- a/
crypto/bn/bn_lcl.h
+++ b/
crypto/bn/bn_lcl.h
@@
-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);