summaryrefslogtreecommitdiffstats
path: root/sys/crypto/cast128/cast128.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/cast128/cast128.c')
-rw-r--r--sys/crypto/cast128/cast128.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/crypto/cast128/cast128.c b/sys/crypto/cast128/cast128.c
index 8c31d9d..0eabf90 100644
--- a/sys/crypto/cast128/cast128.c
+++ b/sys/crypto/cast128/cast128.c
@@ -1,9 +1,9 @@
-/* $FreeBSD$ */
/* $KAME: cast128.c,v 1.5 2001/11/27 09:47:32 sakane Exp $ */
/*
* heavily modified by Tomomi Suzuki <suzuki@grelot.elec.ryukoku.ac.jp>
*/
+
/*
* The CAST-128 Encryption Algorithm (RFC 2144)
*
@@ -36,6 +36,9 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <crypto/cast128/cast128.h>
OpenPOWER on IntegriCloud