mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-20 16:42:59 +03:00
@ -88,7 +88,7 @@
|
|||||||
* mbedtls_platform_zeroize() to use a suitable implementation for their
|
* mbedtls_platform_zeroize() to use a suitable implementation for their
|
||||||
* platform and needs.
|
* platform and needs.
|
||||||
*/
|
*/
|
||||||
#if !defined(MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO) && !defined(__STDC_LIB_EXT1__) \
|
#if !defined(MBEDTLS_PLATFORM_HAS_EXPLICIT_BZERO) && !defined(__STDC_LIB_EXT1__) \
|
||||||
&& !defined(_WIN32)
|
&& !defined(_WIN32)
|
||||||
static void *(*const volatile memset_func)(void *, int, size_t) = memset;
|
static void *(*const volatile memset_func)(void *, int, size_t) = memset;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user