CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/02 04:35:09
Modified files:
lib/libcrypto : crypto.h malloc-wrapper.c
Log message:
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
