Commit Graph

2 Commits

Author SHA1 Message Date
Richard Levitte 91dc605458 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 1c288878af)
2016-08-22 14:16:27 +02:00
Matt Caswell 48e8df6e39 Back port ssltestlib code to 1.0.2
Enables the testing of DTLS code in 1.0.2

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-08-19 13:50:27 +01:00