Loading crypto/bn/bn_add.c +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) break; } } if (dif) if (dif && ap != rp) memcpy(rp, ap, sizeof(*rp) * dif); r->top = max; Loading Loading
crypto/bn/bn_add.c +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ int BN_usub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b) break; } } if (dif) if (dif && ap != rp) memcpy(rp, ap, sizeof(*rp) * dif); r->top = max; Loading