]> git.ipfire.org Git - thirdparty/openssl.git/commit
apps/speed: allow to continue tests after any init failure handling.
authorFdaSilvaYY <fdasilvayy@gmail.com>
Sat, 19 Oct 2019 14:38:21 +0000 (16:38 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 9 Dec 2019 08:52:02 +0000 (09:52 +0100)
commitaf0857f0e7ae46b7c3df2eca496cfcb71f1ff904
tree8d8174dc30f6467d46f50779598af0448188536e
parent32745fccdb65c24049a09c93f7170b0236e9893b
apps/speed: allow to continue tests after any init failure handling.
previouly the exit(1) call was aborting the whole execution.
Improve error message.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10078)
apps/speed.c