mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 11:09:00 -04:00

Same intended semantics, no casts. Limitation: this doesn't work on architectures where sizeof(uintptr_t) < sizeof(void*), which is somewhat weird but possible if pointers contain redundant information. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>