1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-26 11:30:03 +05:30

safe_mem.h: use correct header

This commit is contained in:
Intel A80486DX2-66 2024-03-25 00:28:11 +03:00
parent 1a0095e6d0
commit 01b13c7443
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -50,7 +50,7 @@ typedef unsigned char byte;
#else
# define NO_SECURE_ERASE_WARRANTY 1
# include <string.h>
# include <stdint.h>
# define secure_erase(dest, count) do { \
uintptr_t max = (uintptr_t) ((count) / sizeof(byte)); \