Fix a return value bug in apps/speed.c
authorPaul Yang <kaishen.yy@antfin.com>
Mon, 30 Sep 2019 03:33:24 +0000 (11:33 +0800)
committerPaul Yang <kaishen.yy@antfin.com>
Mon, 30 Sep 2019 05:39:06 +0000 (13:39 +0800)
commit94bd168a9e31d1ab4986e94056dfae71ec5f051f
treea7273e4a1a65000ef5ee2c1ec8504b9264a981ad
parent41f7ecf30dc9c1bd6988accc0aa288571a25b7bd
Fix a return value bug in apps/speed.c

Those functions returns less than and equal to 0 to indicate an error
occured.

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