summaryrefslogtreecommitdiff
path: root/sys/crypto/rc5
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/rc5')
-rw-r--r--sys/crypto/rc5/rc5.c2
-rw-r--r--sys/crypto/rc5/rc5.h2
-rw-r--r--sys/crypto/rc5/rc5_cbc.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/crypto/rc5/rc5.c b/sys/crypto/rc5/rc5.c
index 99a8ac6faf919..a94bfa7ca401b 100644
--- a/sys/crypto/rc5/rc5.c
+++ b/sys/crypto/rc5/rc5.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/rc5/rc5.c,v 1.1.2.1 2000/07/15 07:14:22 kris Exp $ */
/* $KAME: rc5.c,v 1.3 2000/03/27 04:36:36 sumikawa Exp $ */
/*
diff --git a/sys/crypto/rc5/rc5.h b/sys/crypto/rc5/rc5.h
index ae2339b757a18..1d96c019c5f96 100644
--- a/sys/crypto/rc5/rc5.h
+++ b/sys/crypto/rc5/rc5.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/rc5/rc5.h,v 1.1.2.1 2000/07/15 07:14:22 kris Exp $ */
/* $KAME: rc5.h,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/*
diff --git a/sys/crypto/rc5/rc5_cbc.c b/sys/crypto/rc5/rc5_cbc.c
index 5972cc61220b0..6eeae2bb94778 100644
--- a/sys/crypto/rc5/rc5_cbc.c
+++ b/sys/crypto/rc5/rc5_cbc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/rc5/rc5_cbc.c,v 1.1.2.1 2000/07/15 07:14:22 kris Exp $ */
/* $KAME: rc5_cbc.c,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/*