Fix error in the loop of ECDH
authorAndrea Grandi <andrea.grandi@intel.com>
Tue, 3 May 2016 02:24:48 +0000 (03:24 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 9 May 2016 09:32:18 +0000 (10:32 +0100)
commit447402e628b15861233456736eaec6f9cb2994bf
tree51fcb879f6b3003e5844b787948eaaf481e3f8f2
parentfbdf0299dc98bc611d854c0a62c6ab1810d856fc
Fix error in the loop of ECDH

The tests was incorrectly repeated multiple times when using the
async_jobs options

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
apps/speed.c