summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt
diff options
context:
space:
mode:
authorkjell <>2005-06-06 14:57:59 +0000
committerkjell <>2005-06-06 14:57:59 +0000
commit4128e973a85b96d70a30e67b8c644cd546701184 (patch)
tree72235f29790abd67bcc4eeaf64fd36908b1ba542 /src/lib/libc/crypt
parent516b96d165d2931f862a17d19a86fb40ea0aea50 (diff)
downloadopenbsd-4128e973a85b96d70a30e67b8c644cd546701184.tar.gz
openbsd-4128e973a85b96d70a30e67b8c644cd546701184.tar.bz2
openbsd-4128e973a85b96d70a30e67b8c644cd546701184.zip
Change email address for author, at his request.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r--src/lib/libc/crypt/arc4random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/arc4random.c b/src/lib/libc/crypt/arc4random.c
index 42a1a456e5..843751d09e 100644
--- a/src/lib/libc/crypt/arc4random.c
+++ b/src/lib/libc/crypt/arc4random.c
@@ -1,7 +1,7 @@
1/* $OpenBSD: arc4random.c,v 1.13 2005/06/06 04:54:28 kjell Exp $ */ 1/* $OpenBSD: arc4random.c,v 1.14 2005/06/06 14:57:59 kjell Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1996, David Mazieres <dm@lcs.mit.edu> 4 * Copyright (c) 1996, David Mazieres <dm@uun.org>
5 * 5 *
6 * Permission to use, copy, modify, and distribute this software for any 6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above