提交 dcbe9351 编写于 作者: U Ulf Möller

Missing argument in prototype.

Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
上级 2ec765c8
...@@ -246,7 +246,7 @@ extern int bn_limit_num_mont; /* (1<<bn_limit_bits_mont) */ ...@@ -246,7 +246,7 @@ extern int bn_limit_num_mont; /* (1<<bn_limit_bits_mont) */
BIGNUM *bn_expand2(BIGNUM *b, int bits); BIGNUM *bn_expand2(BIGNUM *b, int bits);
#ifdef X86_ASM #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 #endif
#ifdef __cplusplus #ifdef __cplusplus
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册