CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/24 13:16:03
Modified files:
lib/libcrypto : crypto.h mem_dbg.c
Log message:
Let CRYPTO_mem_leaks{,_fp,_cb}() return -1.
These functions are no-ops. Their signature was changed by OpenSSL
to allow error checking. This way we return an error and do not
indicate the (non-)existence of memory leaks.
tested in a bulk by sthen
ok jsing
