Fix coverity nit in handshake_helper.c
authorBenjamin Kaduk <bkaduk@akamai.com>
Thu, 7 Dec 2017 20:23:35 +0000 (14:23 -0600)
committerBen Kaduk <kaduk@mit.edu>
Fri, 8 Dec 2017 15:16:36 +0000 (09:16 -0600)
commit88e09fe79b909fbfe266e87a2731f96c197726fb
tree07d4825f81712f2cd052e60ff14209f3623484e0
parentb6306d8049b04dca7fa738a86c892c43ba6a5fc4
Fix coverity nit in handshake_helper.c

There's no reason to wrap this call in TEST_true() if we're not
checking the return value of TEST_true() -- all of the surrounding
similar calls do not have the macro wrapping them.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4873)
test/handshake_helper.c