aboutsummaryrefslogtreecommitdiff
path: root/src/nc-crypto.c
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-04 11:21:47 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-04 11:21:47 -0500
commit7ec20facaff2e38b2cdb2f445bda1d5a237e1ea7 (patch)
tree09a36061e8303a50a6f3609153685eaab37744ec /src/nc-crypto.c
parente0d30c1d8f407bfef05a9cc36398bb0894a96c39 (diff)
refactor: #9 Light cleanup & prep for release
Diffstat (limited to 'src/nc-crypto.c')
-rw-r--r--src/nc-crypto.c1
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