summaryrefslogtreecommitdiff
path: root/util-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-19 09:52:29 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-19 10:02:26 -0400
commitf5ced88cec292a8310c0f87748bad87686960ba8 (patch)
treeab065958234abe806084c27a3cda2c8d4be53802 /util-internal.h
parentbb524712f6f3967434a197ee9f391f6cfc6a6374 (diff)
downloadlibevent-f5ced88cec292a8310c0f87748bad87686960ba8.tar.gz
Really remove RNG seeds from the stack
Diffstat (limited to 'util-internal.h')
-rw-r--r--util-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util-internal.h b/util-internal.h
index 538f1fe3..01ebc171 100644
--- a/util-internal.h
+++ b/util-internal.h
@@ -320,6 +320,8 @@ HANDLE evutil_load_windows_system_library(const TCHAR *library_name);
#endif
#endif
+void evutil_memclear_(void *mem, size_t len);
+
#ifdef __cplusplus
}
#endif