Handle unsigned struct timeval members
authorMatt Caswell <matt@openssl.org>
Mon, 25 May 2015 22:57:41 +0000 (23:57 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 26 May 2015 09:34:56 +0000 (10:34 +0100)
commitfc52ac9028b9492fb086ba35a3352ea46e03ecfc
treeda241b854728a9d82b7cf2f5ff8b54a731c99337
parentf8a35ccc576b026e9ca0ccaedba3740627d67a04
Handle unsigned struct timeval members

The members of struct timeval on OpenVMS are unsigned. The logic for
calculating timeouts needs adjusting to deal with this.

RT#3862

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/bss_dgram.c