summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-12 00:45:42 +0000
committerUlf Möller <ulf@openssl.org>1999-05-12 00:45:42 +0000
commitdcbe935125cd85ee7196ade26cea2491c454b17a (patch)
treea463f09fbed866eef88f903b95f66219cc32b29a /crypto/bn/bn_lcl.h
parent2ec765c81dbc3a9692704d3c8c15a0e508a58fca (diff)
Missing argument in prototype.
Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r--crypto/bn/bn_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index f9bebc05a7..9ce0bc910b 100644
--- 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