diff options
author | vnugent <public@vaughnnugent.com> | 2024-11-04 11:21:47 -0500 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-11-04 11:21:47 -0500 |
commit | 7ec20facaff2e38b2cdb2f445bda1d5a237e1ea7 (patch) | |
tree | 09a36061e8303a50a6f3609153685eaab37744ec /src/nc-crypto.c | |
parent | e0d30c1d8f407bfef05a9cc36398bb0894a96c39 (diff) |
refactor: #9 Light cleanup & prep for release
Diffstat (limited to 'src/nc-crypto.c')
-rw-r--r-- | src/nc-crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nc-crypto.c b/src/nc-crypto.c index 56bdf75..c78296a 100644 --- a/src/nc-crypto.c +++ b/src/nc-crypto.c @@ -101,7 +101,6 @@ _IMPLSTB cstatus_t _dummyAesFunc( * * https://sourceware.org/glibc/manual/2.39/html_mono/libc.html#Erasing-Sensitive-Data */ - #include <string.h> extern void explicit_bzero(void* block, size_t len); #define _IMPL_SECURE_ZERO_MEMSET explicit_bzero #endif |