testutil: return 1 on success
authorEmilia Kasper <emilia@openssl.org>
Tue, 5 Apr 2016 12:29:06 +0000 (14:29 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 5 Apr 2016 15:05:40 +0000 (17:05 +0200)
commitababe86b9674dca24ffb6b342fe7af852cf53466
treeee83b13735085f16145d498f8a1b8626538121ad
parent6e863f07376e1c8ae7c89477234db50838784d99
testutil: return 1 on success

Require that test methods return 1 on success (not 0). This is more
customary for OpenSSL.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/ct_test.c
test/d2i_test.c
test/ssl_test.c
test/ssl_test_ctx_test.c
test/testutil.c
test/testutil.h