commit | b5ff559ff90124c6fd53bbb49dae5edb4e821e0a | [log] [tgz] |
---|---|---|
author | Tim Hudson <tjh@openssl.org> | Sun Sep 21 21:54:31 2014 +1000 |
committer | Tim Hudson <tjh@openssl.org> | Sun Sep 21 21:54:31 2014 +1000 |
tree | 3c77bccf27ff9343a476bcb8e61e19dc81a48576 | |
parent | d475b2a3bfde8d4aceefb41b21acc3711893d2a8 [diff] |
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>