diff options
author | 2015-01-15 06:57:18 +0000 | |
---|---|---|
committer | 2015-01-15 06:57:18 +0000 | |
commit | 08735ac4b083dc7098339320478e0474aa968b75 (patch) | |
tree | a4b3ebec73a706904e6b409cdaa134c764c8dd58 /lib/libc/crypt/arc4random.c | |
parent | Fatal errors no longer exist. (diff) | |
download | wireguard-openbsd-08735ac4b083dc7098339320478e0474aa968b75.tar.xz wireguard-openbsd-08735ac4b083dc7098339320478e0474aa968b75.zip |
back in september I did the large abstraction refactoring to allow these
other systems to fit into the same mold, so add copyright
Diffstat (limited to 'lib/libc/crypt/arc4random.c')
-rw-r--r-- | lib/libc/crypt/arc4random.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/arc4random.c b/lib/libc/crypt/arc4random.c index 64248b6ac85..1106f067076 100644 --- a/lib/libc/crypt/arc4random.c +++ b/lib/libc/crypt/arc4random.c @@ -1,9 +1,10 @@ -/* $OpenBSD: arc4random.c,v 1.50 2014/07/21 18:13:12 deraadt Exp $ */ +/* $OpenBSD: arc4random.c,v 1.51 2015/01/15 06:57:18 deraadt Exp $ */ /* * Copyright (c) 1996, David Mazieres <dm@uun.org> * Copyright (c) 2008, Damien Miller <djm@openbsd.org> * Copyright (c) 2013, Markus Friedl <markus@openbsd.org> + * Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |