Change SETUP_TEST_FIXTURE so that the fixture structure is passed by
authorPauli <paul.dale@oracle.com>
Fri, 4 Aug 2017 00:49:38 +0000 (10:49 +1000)
committerPauli <paul.dale@oracle.com>
Sun, 6 Aug 2017 22:57:05 +0000 (08:57 +1000)
commit99801878c09404e45d8176739d3a555c41b77d0b
tree17849c441cb202056cfc94d91377878400c7feed
parent5f8dd0f849d3bb87b2224715f8880716f39e9b0a
Change SETUP_TEST_FIXTURE so that the fixture structure is passed by
reference not by value.  This allows an error return from the setup function.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4083)
test/cipherlist_test.c
test/ct_test.c
test/ssl_test_ctx_test.c
test/testutil.h