summaryrefslogtreecommitdiff
path: root/libcrypt/des.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-19 15:53:08 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-19 15:53:08 +0000
commit5a65349824bb70bb75d8e05a9f879b55af32309f (patch)
treef195a7bb93861f8afea6755fb5c0ad2cc8e09fdf /libcrypt/des.c
parent6a56a9139b3cfd5242652a0135b2341ace43130e (diff)
Update my email address. I am no longer andersen@lineo.com
Diffstat (limited to 'libcrypt/des.c')
-rw-r--r--libcrypt/des.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypt/des.c b/libcrypt/des.c
index 04b1e7f2f..1c4ed7f94 100644
--- a/libcrypt/des.c
+++ b/libcrypt/des.c
@@ -6,7 +6,7 @@
* on Andy Tanenbaum's book "Computer Networks", and then rewritten in
* C by Kees J. Bot, 7 Feb 1994. This code was ported from Minix to
* uClibc on June 28, 2001 by Manuel Novoa III, and then reshuffled to
- * be reentrant by Erik Andersen <andersen@lineo.com> on June 28, 2001.
+ * be reentrant by Erik Andersen <andersen@uclibc.org> on June 28, 2001.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General Public License as published by