Avoid truncating the pointer on x32 platform.
authorTomas Mraz <tmraz@fedoraproject.org>
Mon, 15 Aug 2016 10:02:06 +0000 (12:02 +0200)
committerMatt Caswell <matt@openssl.org>
Mon, 15 Aug 2016 22:30:45 +0000 (23:30 +0100)
commit40c60b0d7389aa479cf7474a080737e901944d0d
treeaa613a66660d83570050d26b0ec90b1b43bf146b
parente7e5d608fb6cef9929a2cf56d72fa7e236ca7573
Avoid truncating the pointer on x32 platform.

The 64 bit pointer must not be cast to 32bit unsigned long on
x32 platform.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
engines/afalg/e_afalg.c