Fix CRYPTO_malloc/free signatures
authortb <tb@openbsd.org>
Sat, 2 Mar 2024 11:35:09 +0000 (11:35 +0000)
committertb <tb@openbsd.org>
Sat, 2 Mar 2024 11:35:09 +0000 (11:35 +0000)
commit45e00fd61e4c3fb6158657a27b884f201273b43b
tree417a6d59c91530dbb00c517959bbd4cff5030e91
parent1db5243cd84ea891ffd4f11edecbf2e8156ea960
Fix CRYPTO_malloc/free signatures

Importantly, the size in malloc is now a size_t instead of an int. The API
now also takes a file and line to match upstream's signature.

ok jsing
lib/libcrypto/crypto.h
lib/libcrypto/malloc-wrapper.c