X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_mont2.h;h=1308892fcbf946c94ce0050eca726950a0ba96ec;hp=cb42d67ad1563f778552b80f0dc5818b5bdc398c;hb=5b054c69552b39c9bbcd3c4275cf168c4f462a3a;hpb=db5bda670fea02abdb9b18ebc7253b48b727204f diff --git a/crypto/bn/bn_mont2.h b/crypto/bn/bn_mont2.h index cb42d67ad1..1308892fcb 100644 --- a/crypto/bn/bn_mont2.h +++ b/crypto/bn/bn_mont2.h @@ -31,6 +31,6 @@ int BN_to_mont(BIGNUM *x, BN_MONTGOMERY *mont, BN_CTX *ctx); void BN_mont_clear_free(BN_MONTGOMERY *mont); int BN_mont_set(BIGNUM *p, BN_MONTGOMERY *mont, BN_CTX *ctx); int BN_mont_red(BIGNUM *y, BN_MONTGOMERY *mont); -int BN_mont_mod_mul(BIGNUM *r, BIGNUM *x, BIGNUM *y, BN_MONTGOMERY *mont); +int BN_mont_mod_mul(BIGNUM *r, BIGNUM *x, BIGNUM *y, BN_MONTGOMERY *mont, BN_CTX *); #endif