diff options
author | Rich Salz <rsalz@akamai.com> | 2019-07-10 22:22:12 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-07-17 14:48:06 +0200 |
commit | e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296 (patch) | |
tree | 78fdf15ffe34aea243fa53fd2bb389653dc4bde6 /util/private.num | |
parent | Fix the return value for SSL_get0_chain_certs() (diff) | |
download | openssl-e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296.tar.xz openssl-e7aa7c11c71e84b2d6c06b1c81d130e8c1fba296.zip |
Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
They were only used for recursive ASN1 parsing.
Even if the internal memory-debugging facility remains,
this simplification seems worthwhile.
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9342)
Diffstat (limited to '')
-rw-r--r-- | util/private.num | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/private.num b/util/private.num index fb5d0b2644..f63319dd96 100644 --- a/util/private.num +++ b/util/private.num @@ -311,8 +311,8 @@ OPENSSL_clear_realloc define OPENSSL_free define OPENSSL_malloc define OPENSSL_malloc_init define -OPENSSL_mem_debug_pop define -OPENSSL_mem_debug_push define +OPENSSL_mem_debug_pop define deprecated 3.0.0 +OPENSSL_mem_debug_push define deprecated 3.0.0 OPENSSL_memdup define OPENSSL_no_config define deprecated 1.1.0 OPENSSL_realloc define |