diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-03-23 15:32:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-03-23 15:32:29 +0000 |
commit | c83cee38b062d0789008997b2afacb27f9291186 (patch) | |
tree | 676912d307c6c5284e650f29bf52989e7edef7ab /sys/crypto | |
parent | 869c40f12c52f5c320f91a5f78e6c84a25b41a14 (diff) |
kill evil \r; from cedric
Diffstat (limited to 'sys/crypto')
-rw-r--r-- | sys/crypto/skipjack.c | 4 | ||||
-rw-r--r-- | sys/crypto/skipjack.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/crypto/skipjack.c b/sys/crypto/skipjack.c index 8e4784ba990..45e1d83327a 100644 --- a/sys/crypto/skipjack.c +++ b/sys/crypto/skipjack.c @@ -1,8 +1,8 @@ -/* $OpenBSD: skipjack.c,v 1.3 2001/05/05 00:31:34 angelos Exp $ */ +/* $OpenBSD: skipjack.c,v 1.4 2006/03/23 15:32:03 mickey Exp $ */ /* * Further optimized test implementation of SKIPJACK algorithm - * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
+ * Mark Tillotson <markt@chaos.org.uk>, 25 June 98 * Optimizations suit RISC (lots of registers) machine best. * * based on unoptimized implementation of diff --git a/sys/crypto/skipjack.h b/sys/crypto/skipjack.h index 16bd63528a4..9f25755b718 100644 --- a/sys/crypto/skipjack.h +++ b/sys/crypto/skipjack.h @@ -1,8 +1,8 @@ -/* $OpenBSD: skipjack.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ +/* $OpenBSD: skipjack.h,v 1.4 2006/03/23 15:32:03 mickey Exp $ */ /* * Further optimized test implementation of SKIPJACK algorithm - * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
+ * Mark Tillotson <markt@chaos.org.uk>, 25 June 98 * Optimizations suit RISC (lots of registers) machine best. * * based on unoptimized implementation of |