aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/core_numbers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/core_numbers.h')
-rw-r--r--include/openssl/core_numbers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/core_numbers.h b/include/openssl/core_numbers.h
index cd4b6a68..6b4a205 100644
--- a/include/openssl/core_numbers.h
+++ b/include/openssl/core_numbers.h
@@ -119,8 +119,6 @@ OSSL_CORE_MAKE_FUNC(int,
#define OSSL_FUNC_OPENSSL_CLEANSE 21
OSSL_CORE_MAKE_FUNC(void,
OPENSSL_cleanse, (void *ptr, size_t len))
-#define OSSL_FUNC_CRYPTO_MEM_CTRL 22
-OSSL_CORE_MAKE_FUNC(int, CRYPTO_mem_ctrl, (int mode))
/* Bio functions provided by the core */
#define OSSL_FUNC_BIO_NEW_FILE 23