From 4f9a9d2b7969ea1d8e763c48561217827e3061a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 18 Sep 2007 16:31:18 +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 30bdeabcd5..b5d35d10be 100644 --- a/crypto/bn/bn_mont.c +++ b/crypto/bn/bn_mont.c @@ -284,6 +284,8 @@ int BN_from_montgomery(BIGNUM *ret, const BIGNUM *a, BN_MONT_CTX *mont, } for (ri+=4; itop=al; -- 2.25.1