summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/blowfish/bf_cbc.c2
-rw-r--r--sys/crypto/blowfish/bf_cbc_m.c2
-rw-r--r--sys/crypto/blowfish/bf_enc.c2
-rw-r--r--sys/crypto/blowfish/bf_locl.h2
-rw-r--r--sys/crypto/blowfish/bf_pi.h2
-rw-r--r--sys/crypto/blowfish/bf_skey.c2
-rw-r--r--sys/crypto/blowfish/blowfish.h2
-rw-r--r--sys/crypto/cast128/cast128.c2
-rw-r--r--sys/crypto/cast128/cast128.h2
-rw-r--r--sys/crypto/cast128/cast128_cbc.c2
-rw-r--r--sys/crypto/cast128/cast128_subkey.h2
-rw-r--r--sys/crypto/des/des.h2
-rw-r--r--sys/crypto/des/des_3cbc.c2
-rw-r--r--sys/crypto/des/des_cbc.c2
-rw-r--r--sys/crypto/des/des_ecb.c2
-rw-r--r--sys/crypto/des/des_locl.h2
-rw-r--r--sys/crypto/des/des_setkey.c2
-rw-r--r--sys/crypto/des/podd.h2
-rw-r--r--sys/crypto/des/sk.h2
-rw-r--r--sys/crypto/des/spr.h2
-rw-r--r--sys/crypto/md5.c2
-rw-r--r--sys/crypto/md5.h2
-rw-r--r--sys/crypto/rc4/rc4.c2
-rw-r--r--sys/crypto/rc4/rc4.h2
-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
-rw-r--r--sys/crypto/sha1.c2
-rw-r--r--sys/crypto/sha1.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/sys/crypto/blowfish/bf_cbc.c b/sys/crypto/blowfish/bf_cbc.c
index 6eb6d3b0c0d2..79b2e48e513b 100644
--- a/sys/crypto/blowfish/bf_cbc.c
+++ b/sys/crypto/blowfish/bf_cbc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_cbc.c,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_cbc.c,v 1.3 2000/03/27 04:36:25 sumikawa Exp $ */
/* crypto/bf/bf_cbc.c */
diff --git a/sys/crypto/blowfish/bf_cbc_m.c b/sys/crypto/blowfish/bf_cbc_m.c
index 088adad1441c..6bc399550497 100644
--- a/sys/crypto/blowfish/bf_cbc_m.c
+++ b/sys/crypto/blowfish/bf_cbc_m.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_cbc_m.c,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_cbc_m.c,v 1.4 2000/06/14 10:41:16 itojun Exp $ */
/*
diff --git a/sys/crypto/blowfish/bf_enc.c b/sys/crypto/blowfish/bf_enc.c
index 6a3bef672295..fdd1c4dd505f 100644
--- a/sys/crypto/blowfish/bf_enc.c
+++ b/sys/crypto/blowfish/bf_enc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_enc.c,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_enc.c,v 1.3 2000/03/27 04:36:26 sumikawa Exp $ */
/* crypto/bf/bf_enc.c */
diff --git a/sys/crypto/blowfish/bf_locl.h b/sys/crypto/blowfish/bf_locl.h
index 07598d2ed255..abeac8e60bf5 100644
--- a/sys/crypto/blowfish/bf_locl.h
+++ b/sys/crypto/blowfish/bf_locl.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_locl.h,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_locl.h,v 1.3 2000/03/27 04:36:26 sumikawa Exp $ */
/* crypto/bf/bf_local.h */
diff --git a/sys/crypto/blowfish/bf_pi.h b/sys/crypto/blowfish/bf_pi.h
index 8982aac4a9c0..ae5d7803b010 100644
--- a/sys/crypto/blowfish/bf_pi.h
+++ b/sys/crypto/blowfish/bf_pi.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_pi.h,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_pi.h,v 1.3 2000/03/27 04:36:26 sumikawa Exp $ */
/* crypto/bf/bf_pi.h */
diff --git a/sys/crypto/blowfish/bf_skey.c b/sys/crypto/blowfish/bf_skey.c
index 5717c3f59547..9a004bcba704 100644
--- a/sys/crypto/blowfish/bf_skey.c
+++ b/sys/crypto/blowfish/bf_skey.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/bf_skey.c,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: bf_skey.c,v 1.3 2000/03/27 04:36:27 sumikawa Exp $ */
/* crypto/bf/bf_skey.c */
diff --git a/sys/crypto/blowfish/blowfish.h b/sys/crypto/blowfish/blowfish.h
index c96b4ec08bb0..ac220c2cd87a 100644
--- a/sys/crypto/blowfish/blowfish.h
+++ b/sys/crypto/blowfish/blowfish.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/blowfish/blowfish.h,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: blowfish.h,v 1.4 2000/06/14 10:41:16 itojun Exp $ */
/* crypto/bf/blowfish.h */
diff --git a/sys/crypto/cast128/cast128.c b/sys/crypto/cast128/cast128.c
index 4df1be900f62..95e549bbc6da 100644
--- a/sys/crypto/cast128/cast128.c
+++ b/sys/crypto/cast128/cast128.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/cast128/cast128.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: cast128.c,v 1.3 2000/03/27 04:36:29 sumikawa Exp $ */
/*
diff --git a/sys/crypto/cast128/cast128.h b/sys/crypto/cast128/cast128.h
index 019c2de1306d..e45d95843ad5 100644
--- a/sys/crypto/cast128/cast128.h
+++ b/sys/crypto/cast128/cast128.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/cast128/cast128.h,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: cast128.h,v 1.4 2000/06/14 10:41:16 itojun Exp $ */
/*
diff --git a/sys/crypto/cast128/cast128_cbc.c b/sys/crypto/cast128/cast128_cbc.c
index e4725a945400..d7aed6dc2767 100644
--- a/sys/crypto/cast128/cast128_cbc.c
+++ b/sys/crypto/cast128/cast128_cbc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/cast128/cast128_cbc.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: cast128_cbc.c,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/*
diff --git a/sys/crypto/cast128/cast128_subkey.h b/sys/crypto/cast128/cast128_subkey.h
index fafac45087c9..d30980385365 100644
--- a/sys/crypto/cast128/cast128_subkey.h
+++ b/sys/crypto/cast128/cast128_subkey.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/cast128/cast128_subkey.h,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: cast128_subkey.h,v 1.3 2000/03/27 04:36:30 sumikawa Exp $ */
/*
diff --git a/sys/crypto/des/des.h b/sys/crypto/des/des.h
index 536f0c992f7c..7e49da8a2026 100644
--- a/sys/crypto/des/des.h
+++ b/sys/crypto/des/des.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des.h,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des.h,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/* lib/des/des.h */
diff --git a/sys/crypto/des/des_3cbc.c b/sys/crypto/des/des_3cbc.c
index e6758718963f..c9263ad5cdfb 100644
--- a/sys/crypto/des/des_3cbc.c
+++ b/sys/crypto/des/des_3cbc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des_3cbc.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des_3cbc.c,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/*
diff --git a/sys/crypto/des/des_cbc.c b/sys/crypto/des/des_cbc.c
index 92de8f89fd91..3aa2e6beb086 100644
--- a/sys/crypto/des/des_cbc.c
+++ b/sys/crypto/des/des_cbc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des_cbc.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des_cbc.c,v 1.4 2000/06/14 10:41:17 itojun Exp $ */
/*
diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c
index d828b915afbd..33297dcb7901 100644
--- a/sys/crypto/des/des_ecb.c
+++ b/sys/crypto/des/des_ecb.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des_ecb.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des_ecb.c,v 1.3 2000/03/27 04:36:33 sumikawa Exp $ */
/* crypto/des/ecb_enc.c */
diff --git a/sys/crypto/des/des_locl.h b/sys/crypto/des/des_locl.h
index ae6e828dbdec..70747235d721 100644
--- a/sys/crypto/des/des_locl.h
+++ b/sys/crypto/des/des_locl.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des_locl.h,v 1.2.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des_locl.h,v 1.4 2000/03/27 04:43:46 sumikawa Exp $ */
/* lib/des/des_locl.h */
diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c
index 48d13fcecc36..450109f26921 100644
--- a/sys/crypto/des/des_setkey.c
+++ b/sys/crypto/des/des_setkey.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/des_setkey.c,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: des_setkey.c,v 1.3 2000/03/27 04:36:33 sumikawa Exp $ */
/* crypto/des/set_key.c */
diff --git a/sys/crypto/des/podd.h b/sys/crypto/des/podd.h
index fb54c39a6dae..61646cc4bf05 100644
--- a/sys/crypto/des/podd.h
+++ b/sys/crypto/des/podd.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/podd.h,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: podd.h,v 1.3 2000/03/27 04:36:34 sumikawa Exp $ */
/* crypto/des/podd.h */
diff --git a/sys/crypto/des/sk.h b/sys/crypto/des/sk.h
index 24bde96dd378..6009c114a74b 100644
--- a/sys/crypto/des/sk.h
+++ b/sys/crypto/des/sk.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/sk.h,v 1.1.2.1 2000/07/15 07:14:21 kris Exp $ */
/* $KAME: sk.h,v 1.3 2000/03/27 04:36:34 sumikawa Exp $ */
/* crypto/des/sk.h */
diff --git a/sys/crypto/des/spr.h b/sys/crypto/des/spr.h
index 606e12b4c5f9..21dea800cd61 100644
--- a/sys/crypto/des/spr.h
+++ b/sys/crypto/des/spr.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/des/spr.h,v 1.1.2.1 2000/07/15 07:14:22 kris Exp $ */
/* $KAME: spr.h,v 1.3 2000/03/27 04:36:35 sumikawa Exp $ */
/* crypto/des/spr.h */
diff --git a/sys/crypto/md5.c b/sys/crypto/md5.c
index e82770089174..aedc6e2bc534 100644
--- a/sys/crypto/md5.c
+++ b/sys/crypto/md5.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/md5.c,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: md5.c,v 1.4 2000/03/27 04:36:22 sumikawa Exp $ */
/*
diff --git a/sys/crypto/md5.h b/sys/crypto/md5.h
index 241819985dc9..3d02afe6b4d3 100644
--- a/sys/crypto/md5.h
+++ b/sys/crypto/md5.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/md5.h,v 1.1.2.1 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: md5.h,v 1.4 2000/03/27 04:36:22 sumikawa Exp $ */
/*
diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c
index 5cea08a45c49..2154cc404396 100644
--- a/sys/crypto/rc4/rc4.c
+++ b/sys/crypto/rc4/rc4.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/crypto/rc4/rc4.c,v 1.2.2.1 2000/04/18 04:48:31 archie Exp $
*/
#include <sys/types.h>
diff --git a/sys/crypto/rc4/rc4.h b/sys/crypto/rc4/rc4.h
index 670b1a005ba1..45971adbf57b 100644
--- a/sys/crypto/rc4/rc4.h
+++ b/sys/crypto/rc4/rc4.h
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/crypto/rc4/rc4.h,v 1.2.2.1 2000/04/18 04:48:32 archie Exp $
*/
#ifndef _SYS_CRYPTO_RC4_RC4_H_
diff --git a/sys/crypto/rc5/rc5.c b/sys/crypto/rc5/rc5.c
index 99a8ac6faf91..a94bfa7ca401 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 ae2339b757a1..1d96c019c5f9 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 5972cc61220b..6eeae2bb9477 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 $ */
/*
diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c
index 815bc5a16ca1..db9ff1d0d365 100644
--- a/sys/crypto/sha1.c
+++ b/sys/crypto/sha1.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/sha1.c,v 1.2.2.2 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: sha1.c,v 1.4 2000/03/27 04:36:23 sumikawa Exp $ */
/*
diff --git a/sys/crypto/sha1.h b/sys/crypto/sha1.h
index 2e87f0537e70..7caeab0ba547 100644
--- a/sys/crypto/sha1.h
+++ b/sys/crypto/sha1.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/crypto/sha1.h,v 1.3.2.2 2000/07/15 07:14:18 kris Exp $ */
/* $KAME: sha1.h,v 1.5 2000/03/27 04:36:23 sumikawa Exp $ */
/*