aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJon Oberheide <jon@oberheide.org>2004-08-10 04:29:42 -0700
committerJames Morris <jmorris@redhat.com>2004-08-10 04:29:42 -0700
commitb4977b447e571b32a0ff1ac8a38bb6fcffa83ad9 (patch)
treed1eb4966018fc2c335a5dc7c6c860ba4e7755791 /crypto
parentc079dba38bd6dd5fc322b7a1b58924cde6b29761 (diff)
downloadhistory-b4977b447e571b32a0ff1ac8a38bb6fcffa83ad9.tar.gz
[CRYPTO]: Email update in crypto/arc4.c
Diffstat (limited to 'crypto')
-rw-r--r--crypto/arc4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/arc4.c b/crypto/arc4.c
index b66eb1f0d00166..9efbcaae88a13e 100644
--- a/crypto/arc4.c
+++ b/crypto/arc4.c
@@ -3,7 +3,7 @@
*
* ARC4 Cipher Algorithm
*
- * Jon Oberheide <jon@focalhost.com>
+ * Jon Oberheide <jon@oberheide.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -100,4 +100,4 @@ module_exit(arc4_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("ARC4 Cipher Algorithm");
-MODULE_AUTHOR("Jon Oberheide <jon@focalhost.com>");
+MODULE_AUTHOR("Jon Oberheide <jon@oberheide.org>");