Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/mem.h')
-rw-r--r--include/openssl/mem.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/openssl/mem.h b/include/openssl/mem.h
index ba48f078..31756f03 100644
--- a/include/openssl/mem.h
+++ b/include/openssl/mem.h
@@ -124,6 +124,13 @@ OPENSSL_EXPORT int BIO_vsnprintf(char *buf, size_t n, const char *format,
OPENSSL_PRINTF_FORMAT_FUNC(3, 0);
+/* Deprecated functions. */
+
+#define CRYPTO_malloc OPENSSL_malloc
+#define CRYPTO_realloc OPENSSL_realloc
+#define CRYPTO_free OPENSSL_free
+
+
#if defined(__cplusplus)
} /* extern C */
#endif