Cleanup CRYPTO_{push,pop}_info
authorRich Salz <rsalz@akamai.com>
Thu, 17 Dec 2015 04:02:47 +0000 (23:02 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 22 Dec 2015 14:11:07 +0000 (09:11 -0500)
commit4fae386cb0563a0c05c2817a5ccb3c18e6d62d8d
treebe4d48641c4e87ab56a24df3e4c4f937c9bb2c34
parentc99de0533debc8a6ed08b47b414bdea19457eafd
Cleanup CRYPTO_{push,pop}_info

Rename to OPENSSL_mem_debug_{push,pop}.
Remove simple calls; keep only calls used in recursive functions.
Ensure we always push, to simplify so that we can always pop

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/asn1/tasn_new.c
crypto/bio/b_print.c
crypto/err/err.c
crypto/mem_dbg.c
include/openssl/crypto.h
util/libeay.num