ssltestlib: Tell compiler we don't care about the value when we don't
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Aug 2016 12:02:31 +0000 (14:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Aug 2016 12:16:27 +0000 (14:16 +0200)
commit91dc6054582d1b7f263a67527ebbe2c050d178fc
tree4400505b584a107662a4ff24198a82854c64411c
parent20200681236059aee56f3a2270b27052d9ba559c
ssltestlib: Tell compiler we don't care about the value when we don't

In mempacket_test_read(), we've already fetched the top value of the
stack, so when we shift the stack, we don't care for the value.  The
compiler needs to be told, or it will complain harshly when we tell it
to be picky.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 1c288878af42650fbda911b702ae7b551a545b1c)
test/ssltestlib.c