updated keys to include slock usage

This commit is contained in:
klein panic
2025-03-05 20:34:38 -05:00
parent 68e5037858
commit d56151fe12
17 changed files with 676 additions and 3 deletions

2
slock/util.h Normal file
View File

@@ -0,0 +1,2 @@
#undef explicit_bzero
void explicit_bzero(void *, size_t);