Modify the lower level memory allocation routines to take size_t
authorRichard Levitte <levitte@openssl.org>
Thu, 17 Dec 2015 07:24:26 +0000 (08:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Dec 2015 07:24:26 +0000 (08:24 +0100)
commitff8428561a4fa89423862f532436a9b109369d53
tree534e106f063c05fb2802a401a2db243f78571dc3
parent33eaf4c27e32ae163e1d36e7b4d8df28c2acb4f2
Modify the lower level memory allocation routines to take size_t

We've been using int for the size for a long time, it's about time...

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/mem.c
crypto/mem_dbg.c
crypto/mem_sec.c
include/openssl/crypto.h