summaryrefslogtreecommitdiff
path: root/arc4random.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-02-10 17:33:50 -0500
committerNick Mathewson <nickm@torproject.org>2012-02-10 17:33:50 -0500
commit539466e568ab7b676eece340b43ef98cae38c97a (patch)
treeb10c11fb020560728f149b60707cb605f4db908b /arc4random.c
parente465623a9c5ebc4bc85b7011c25d557a24a677d0 (diff)
parente49e2891292ee84e08c319bc5031fe607efc4245 (diff)
downloadlibevent-539466e568ab7b676eece340b43ef98cae38c97a.tar.gz
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: Makefile.am WIN32-Code/event2/event-config.h configure.in
Diffstat (limited to 'arc4random.c')
-rw-r--r--arc4random.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arc4random.c b/arc4random.c
index fc2c97bc..31f3842f 100644
--- a/arc4random.c
+++ b/arc4random.c
@@ -1,6 +1,7 @@
/* Portable arc4random.c based on arc4random.c from OpenBSD.
* Portable version by Chris Davis, adapted for Libevent by Nick Mathewson
* Copyright (c) 2010 Chris Davis, Niels Provos, and Nick Mathewson
+ * Copyright (c) 2010-2012 Niels Provos and Nick Mathewson
*
* Note that in Libevent, this file isn't compiled directly. Instead,
* it's included from evutil_rand.c