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:02:31 +0000 (14:02 +0200)
commit1c288878af42650fbda911b702ae7b551a545b1c
treebc9a4ef563e37535ebcd088e2f958c2a908dcb6e
parent1194ea8dc3b51a35c9947ed276f38436abee5743
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>
test/ssltestlib.c