CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2014/04/15 21:24:53
Modified files: lib/libcrypto/crypto: Makefile Added files: lib/libssl/src/crypto: malloc-wrapper.c Removed files: lib/libssl/src/crypto: mem.c Log message: Your operating system memory allocation functions are your friend. If they are not please fix your operating system. Replace mem.c with an API-compatible wrapper that just calls the system functions and does not allow a one word modification of a variable in a running shared library to turn on memory debug functions that expose things that should not be seen. ok tedu@