projects
/
libevent
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae08e5
)
Fix another bug from rebase of libevent_global_shutdown patch
author
Nick Mathewson
<nickm@torproject.org>
Thu, 22 Mar 2012 21:33:17 +0000
(17:33 -0400)
committer
Nick Mathewson
<nickm@torproject.org>
Thu, 22 Mar 2012 21:33:17 +0000
(17:33 -0400)
This one affected machines without a builtin arc4random
evutil_rand.c
patch
|
blob
|
history
diff --git
a/evutil_rand.c
b/evutil_rand.c
index fbb0ed4361326c8f587f8b27d68fc1f35e82819c..a263429e1a7d161170e5947638f34ad77f8b7cb7 100644
(file)
--- a/
evutil_rand.c
+++ b/
evutil_rand.c
@@
-124,8
+124,9
@@
evutil_free_secure_rng_globals_locks(void)
#endif
return;
}
+
void
-evutil_free_secure_rng_globals_(void)
{
+evutil_free_secure_rng_globals_(void)
{
evutil_free_secure_rng_globals_locks();
}