aboutsummaryrefslogtreecommitdiff
path: root/src/nc-crypto.c
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
commit183130781dafef490fa51a6a89065cc32dfbcbca (patch)
tree0c248ebab0d0256906abba631f610f0681ee8ec8 /src/nc-crypto.c
parentc91975e032322e26fde96edb13ef34681daccc4e (diff)
parent5f89f4494267a0dd175682f593bcd5495a3dbbda (diff)
merge developc-sharp
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