On Wed, Sep 04, 2019 at 06:59:36PM -0600, Alexander Bluhm wrote:

> CVSROOT:      /cvs
> Module name:  src
> Changes by:   bl...@cvs.openbsd.org   2019/09/04 18:59:36
> 
> Modified files:
>       regress/lib/libcrypto/bn/general: Makefile bntest.c 
> 
> Log message:
> Feed the bntest output to bc(1).  This checks the result of the big
> num calculations and avoids lots of ugly output to stdout.  Remove
> fflush(3) of stderr, it is unbuffered anyway.
> with Moritz Buhl
> 

This is only a scaffolding change, but do note that our bc(1) uses the
BN lib for the base calculations, adding the arbitrary precisison
parts.

That means that this regression test is of limited value, it is only
checking the internal consistency of the BN code.

        -Otto

Reply via email to