summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/skipjack.h4
-rw-r--r--sys/crypto/skipjack.c4
-rw-r--r--sys/crypto/skipjack.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/skipjack.h b/include/skipjack.h
index ae1b0e3ff16..f9489c36264 100644
--- a/include/skipjack.h
+++ b/include/skipjack.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: skipjack.h,v 1.3 2002/02/16 21:27:17 millert Exp $ */
+/* $OpenBSD: skipjack.h,v 1.4 2006/03/23 15:32:28 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.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