match the prototype

This commit is contained in:
Ulf Möller 2000-02-01 23:47:24 +00:00
parent cf802b983f
commit 0bde1089f8

View File

@ -63,7 +63,8 @@
/* The old slow way */
#if 0
int BN_div(BIGNUM *dv, BIGNUM *rem, BIGNUM *m, BIGNUM *d, BN_CTX *ctx)
int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
BN_CTX *ctx)
{
int i,nm,nd;
BIGNUM *D;