summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/bn/bn_sqr.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/bn/bn_sqr.c')
-rw-r--r--app/openssl/crypto/bn/bn_sqr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/openssl/crypto/bn/bn_sqr.c b/app/openssl/crypto/bn/bn_sqr.c
index 270d0cd3..65bbf165 100644
--- a/app/openssl/crypto/bn/bn_sqr.c
+++ b/app/openssl/crypto/bn/bn_sqr.c
@@ -77,6 +77,7 @@ int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx)
if (al <= 0)
{
r->top=0;
+ r->neg = 0;
return 1;
}