]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617
authorTim Hudson <tjh@openssl.org>
Sun, 21 Sep 2014 11:54:31 +0000 (21:54 +1000)
committerTim Hudson <tjh@openssl.org>
Sun, 21 Sep 2014 20:31:05 +0000 (06:31 +1000)
commitcf4b01a766f5e0f5a7e270c43aac76defb972ebd
tree1d061a8e347bf9add66f37c6e94801ff49dc74eb
parent45d129511ff0b43be9a4271133c9ee22658ff07e
Fixed error introduced in commit f2be92b94dad3c6cbdf79d99a324804094cf1617
that fixed PR#3450 where an existing cast masked an issue when i was changed
from int to long in that commit

Picked up on z/linux (s390) where sizeof(int)!=sizeof(long)

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit b5ff559ff90124c6fd53bbb49dae5edb4e821e0a)
ssl/s3_clnt.c