mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 08:27:48 +05:30
safe_mem.h: simplify #if defined(...)
to #ifdef ...
This commit is contained in:
parent
0f40878fbb
commit
471e2a8583
@ -27,7 +27,7 @@
|
|||||||
malloc((size_t) nmemb * (size_t) size)
|
malloc((size_t) nmemb * (size_t) size)
|
||||||
|
|
||||||
/* secure_erase(dest, count): erases memory explicitly */
|
/* secure_erase(dest, count): erases memory explicitly */
|
||||||
#if defined(__FreeBSD__)
|
#ifdef __FreeBSD__
|
||||||
# define NO_SECURE_ERASE_WARRANTY 0
|
# define NO_SECURE_ERASE_WARRANTY 0
|
||||||
# define SECURE_ERASE_WARRANTY "OpenBSD/FreeBSD: explicit_bzero"
|
# define SECURE_ERASE_WARRANTY "OpenBSD/FreeBSD: explicit_bzero"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user