summaryrefslogtreecommitdiff
path: root/sys/crypto/cast128/cast128_cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/cast128/cast128_cbc.c')
-rw-r--r--sys/crypto/cast128/cast128_cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/crypto/cast128/cast128_cbc.c b/sys/crypto/cast128/cast128_cbc.c
index 1dfe2d87b8022..8a3ea7b682c5d 100644
--- a/sys/crypto/cast128/cast128_cbc.c
+++ b/sys/crypto/cast128/cast128_cbc.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/crypto/cast128/cast128_cbc.c,v 1.1 1999/12/22 19:13:10 shin Exp $
*/
/*
* based on sys/crypto/des/des_cbc.c, rewrote by Tomomi Suzuki