summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-13 11:14:11 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-13 11:14:11 -0400
commitc149a1a5e74a17febd6c0bf9af00b80104a5c3ed (patch)
tree99c6c95164111423a7ca088debd2962ac0ff7b0e /include
parent6171e1c2942361979feea768240605bb81d0566c (diff)
parentbb524712f6f3967434a197ee9f391f6cfc6a6374 (diff)
downloadlibevent-c149a1a5e74a17febd6c0bf9af00b80104a5c3ed.tar.gz
Merge remote-tracking branch 'origin/patches-2.0'
Diffstat (limited to 'include')
-rw-r--r--include/event2/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/event2/util.h b/include/event2/util.h
index 2a24566c..8ffc4a2e 100644
--- a/include/event2/util.h
+++ b/include/event2/util.h
@@ -708,7 +708,8 @@ int evutil_secure_rng_init(void);
* Set a filename to use in place of /dev/urandom for seeding the secure
* PRNG. Return 0 on success, -1 on failure.
*
- * Call this function BEFORE calling any other initialization or .
+ * Call this function BEFORE calling any other initialization or RNG
+ * functions.
*
* (This string will _NOT_ be copied internally. Do not free it while any
* user of the secure RNG might be running. Don't pass anything other than a