clear passwords with explicit_bzero
[slock.git] / util.h
diff --git a/util.h b/util.h
new file mode 100644 (file)
index 0000000..6f748b8
--- /dev/null
+++ b/util.h
@@ -0,0 +1,2 @@
+#undef explicit_bzero
+void explicit_bzero(void *, size_t);