test/exptest.c: stop marking progress with a period
authorRichard Levitte <levitte@openssl.org>
Thu, 4 May 2017 03:26:07 +0000 (05:26 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 May 2017 15:15:29 +0000 (17:15 +0200)
commit7104351cd9f2289d9ffe7812668738a2c0fcb515
tree11fa2d47f3277bd788518ebcc5ab317ef356642f
parent7a4e6a1e506d9bc88987b0ab6c028d8a057ca668
test/exptest.c: stop marking progress with a period

Because we now have TAP output for every mod_exp round, there's no
more need to mark the round with outputting a period.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3380)
test/exptest.c