-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Milestone
Description
The MLD _CONFIG_CUSTOM_ZEROIZE works slightly different from how MLK_CONFIG_CUSTOM_ZEROIZE works:
Lines 314 to 320 in 734e659
| #if defined(MLD_CONFIG_CUSTOM_ZEROIZE) | |
| static MLD_INLINE void mld_zeroize(void *ptr, size_t len) | |
| { | |
| mld_zeroize_native(ptr, len); | |
| } | |
| #elif defined(MLD_SYS_WINDOWS) | |
| #include <windows.h> |
We should consolidate that.
Metadata
Metadata
Assignees
Labels
No labels