summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/blf.h3
-rw-r--r--sys/crypto/crypto.h2
-rw-r--r--sys/crypto/cryptosoft.c2
-rw-r--r--sys/crypto/skipjack.h2
4 files changed, 7 insertions, 2 deletions
diff --git a/sys/crypto/blf.h b/sys/crypto/blf.h
index 898c2ed5fab..04273c47778 100644
--- a/sys/crypto/blf.h
+++ b/sys/crypto/blf.h
@@ -1,4 +1,5 @@
-/* $OpenBSD: blf.h,v 1.2 2000/06/17 23:36:22 provos Exp $ */
+/* $OpenBSD: blf.h,v 1.3 2001/05/15 02:40:35 deraadt Exp $ */
+
/*
* Blowfish - a fast block cipher designed by Bruce Schneier
*
diff --git a/sys/crypto/crypto.h b/sys/crypto/crypto.h
index fc3428ba45d..1a34e5981ae 100644
--- a/sys/crypto/crypto.h
+++ b/sys/crypto/crypto.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: crypto.h,v 1.17 2001/05/15 02:40:35 deraadt Exp $ */
+
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
diff --git a/sys/crypto/cryptosoft.c b/sys/crypto/cryptosoft.c
index 4326d6d8832..9fd71e2bcae 100644
--- a/sys/crypto/cryptosoft.c
+++ b/sys/crypto/cryptosoft.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cryptosoft.c,v 1.19 2001/05/13 15:39:27 deraadt Exp $ */
+/* $OpenBSD: cryptosoft.c,v 1.20 2001/05/15 02:40:35 deraadt Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
diff --git a/sys/crypto/skipjack.h b/sys/crypto/skipjack.h
index dd3fe607e70..9cde6be4b38 100644
--- a/sys/crypto/skipjack.h
+++ b/sys/crypto/skipjack.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: skipjack.h,v 1.2 2001/05/15 02:40:35 deraadt Exp $ */
+
/*
* Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98