summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cast.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
commit74603d4bb949a7e4217dd885572c8d2779db9b3a (patch)
treecf24ab734f57deb37e60e07e97dc59cd5e3adaca /sys/opencrypto/cast.c
parent8b64eb1925d6cfa213880184c44480ac5f9ddd4c (diff)
downloadFreeBSD-src-74603d4bb949a7e4217dd885572c8d2779db9b3a.zip
FreeBSD-src-74603d4bb949a7e4217dd885572c8d2779db9b3a.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/opencrypto/cast.c')
-rw-r--r--sys/opencrypto/cast.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c
index 6e0af0e..d1129a4 100644
--- a/sys/opencrypto/cast.c
+++ b/sys/opencrypto/cast.c
@@ -1,6 +1,4 @@
-/* $FreeBSD$ */
/* $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>
@@ -8,6 +6,9 @@
* Released 1997.10.11
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <opencrypto/cast.h>
#include <opencrypto/castsb.h>
OpenPOWER on IntegriCloud