summaryrefslogtreecommitdiffstats
path: root/util/other.syms
diff options
context:
space:
mode:
authorDavide Galassi <davxy@datawok.net>2020-02-10 16:49:10 +1000
committerPauli <paul.dale@oracle.com>2020-02-10 16:49:10 +1000
commitf4dcc09ba71c0a51771311428c20634f574ccf12 (patch)
tree3226ec1675e2f410bc9d3477778f40260d108629 /util/other.syms
parent96f0b8adddc4ffc8599c60b5755b0d9c19a9c84b (diff)
Memory allocator code cleanup
Typedefs of CRYPTO malloc, realloc and free. MEM_CHECK "modes" are used only as a CRYPTO_mem_ctrl() parameter The CRYPTO_mem_ctrl is defined only if OPENSSL_NO_CRYPTO_MDEBUG is defined, thus define the MEM_CHECK modes under the same condition. Maybe the macros can be removed at all since: 1. CRYPTO_mem_ctrl() just returns -1 and ignores the parameter 2. CRYPTO_mem_ctr() is declared as DEPRECATED by 3.0 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11042)
Diffstat (limited to 'util/other.syms')
-rw-r--r--util/other.syms3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/other.syms b/util/other.syms
index 62a5a7c843..bdcc283718 100644
--- a/util/other.syms
+++ b/util/other.syms
@@ -18,6 +18,9 @@ BIO_callback_fn datatype
BIO_callback_fn_ex datatype
BIO_hostserv_priorities datatype
BIO_lookup_type datatype
+CRYPTO_malloc_fn datatype
+CRYPTO_realloc_fn datatype
+CRYPTO_free_fn datatype
CRYPTO_EX_dup datatype
CRYPTO_EX_free datatype
CRYPTO_EX_new datatype