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:
18a31aa
)
Do not use the word 'modulus', which is a class template name in VC++ 6.0/SP5.
author
Richard Levitte
<levitte@openssl.org>
Mon, 12 Aug 2002 21:20:25 +0000
(21:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 12 Aug 2002 21:20:25 +0000
(21:20 +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 ce2e746f6ae0481f39cbcb6a1fdd3468dee32cc2..1170465b1f682eb1bbd67d2359f79b2c394879f1 100644
(file)
--- a/
crypto/bn/bn.h
+++ b/
crypto/bn/bn.h
@@
-456,7
+456,7
@@
int BN_mod_mul_montgomery(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,
int BN_from_montgomery(BIGNUM *r,const 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);