Missing argument in prototype.

Submitted by: Andreas Ley <ley@rz.uni-karlsruhe.de>
This commit is contained in:
Ulf Möller 1999-05-12 00:45:42 +00:00
parent 2ec765c81d
commit dcbe935125

View File

@ -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