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:
2ec765c
)
Missing argument in prototype.
author
Ulf Möller
<ulf@openssl.org>
Wed, 12 May 1999 00:45:42 +0000
(
00:45
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 12 May 1999 00:45:42 +0000
(
00:45
+0000)
Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
crypto/bn/bn_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_lcl.h
b/crypto/bn/bn_lcl.h
index f9bebc05a7d03ed68b69faeda6371c1aaad05cd7..9ce0bc910bcb2bcc5f122ac2f182896af0ef299e 100644
(file)
--- a/
crypto/bn/bn_lcl.h
+++ b/
crypto/bn/bn_lcl.h
@@
-246,7
+246,7
@@
extern int bn_limit_num_mont; /* (1<<bn_limit_bits_mont) */
BIGNUM *bn_expand2(BIGNUM *b, int bits);
#ifdef X86_ASM
-void bn_add_words(BN_ULONG *r,BN_ULONG *a,int num);
+void bn_add_words(BN_ULONG *r,BN_ULONG *a,
BN_ULONG *b,
int num);
#endif
#ifdef __cplusplus