mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 19:52:58 +00:00
Add a new macro MBEDTLS_UTILS_ZEROIZE that allows users to configure mbedtls_zeroize() to an alternative definition when defined. If the macro is not defined, then mbed TLS will use the default definition of the function.