mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-28 15:11:06 +01:00
ecc_dh.c used memset and gcc-specific asm-commands, changed those to use mbedtls_platform_zeroize to allow compilation with different compilers.