From 08b229e13fb68c80dc9dd3c4b73cf0debd39282e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 18 Sep 2007 16:35:28 +0000 Subject: [PATCH] Make sure that BN_from_montgomery keeps the BIGNUMS in proper format --- crypto/bn/bn_mont.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c index 5817538479..dcee538d84 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -297,6 +297,8 @@ static int BN_from_montgomery_word(BIGNUM *ret, BIGNUM *r, BN_MONT_CTX *mont) } for (ri+=4; itop=al; -- GitLab