projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf66350
)
Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.
author
Richard Levitte
<levitte@openssl.org>
Wed, 14 Aug 2002 12:08:44 +0000
(12:08 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 14 Aug 2002 12:08:44 +0000
(12:08 +0000)
PR: 216, point 3
crypto/bn/bn.h
patch
|
blob
|
history
diff --git
a/crypto/bn/bn.h
b/crypto/bn/bn.h
index 2ea9cd7203af84af20645e4323cdf739a846915d..03bae9b95004438b96bff2952b747a7ec87c377b 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-413,7
+413,7
@@
int BN_mod_mul_montgomery(BIGNUM *r,BIGNUM *a,BIGNUM *b,BN_MONT_CTX *mont,
BN_CTX *ctx);
int BN_from_montgomery(BIGNUM *r,BIGNUM *a,BN_MONT_CTX *mont,BN_CTX *ctx);
void BN_MONT_CTX_free(BN_MONT_CTX *mont);
-int BN_MONT_CTX_set(BN_MONT_CTX *mont,const BIGNUM *mod
ulus
,BN_CTX *ctx);
+int BN_MONT_CTX_set(BN_MONT_CTX *mont,const BIGNUM *mod,BN_CTX *ctx);
BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to,BN_MONT_CTX *from);
BN_BLINDING *BN_BLINDING_new(BIGNUM *A,BIGNUM *Ai,BIGNUM *mod);