X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fbn%2Fbn_div.c;h=3b4392955e070e9d97e48b581d8079c34cfc9439;hb=9e051bac139ce07f846d88b90f3ec514c39ea416;hp=556fcda1e3686d88745550a8099b501ed81be154;hpb=30fbcaa213866426c9f6b9dad01b9885ab760e31;p=openssl.git diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c index 556fcda1e3..3b4392955e 100644 --- a/crypto/bn/bn_div.c +++ b/crypto/bn/bn_div.c @@ -214,7 +214,6 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, res=BN_CTX_get(ctx); else res=dv; if (sdiv == NULL || res == NULL) goto err; - tmp->neg=0; /* First we normalise the numbers */ norm_shift=BN_BITS2-((BN_num_bits(divisor))%BN_BITS2);