summaryrefslogtreecommitdiff
path: root/sys/crypto/cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/cast.c')
-rw-r--r--sys/crypto/cast.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/crypto/cast.c b/sys/crypto/cast.c
index 9c1804a0ac5..da812a9038e 100644
--- a/sys/crypto/cast.c
+++ b/sys/crypto/cast.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: cast.c,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */
+/* $OpenBSD: cast.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */
+
/*
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>