summaryrefslogtreecommitdiffstats
path: root/sys/crypto/des/des_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/des/des_ecb.c')
-rw-r--r--sys/crypto/des/des_ecb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c
index 6d815fc..87a004a 100644
--- a/sys/crypto/des/des_ecb.c
+++ b/sys/crypto/des/des_ecb.c
@@ -1,7 +1,7 @@
-/* $FreeBSD$ */
/* $KAME: des_ecb.c,v 1.6 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/ecb_enc.c */
+
/* Copyright (C) 1995-1998 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
@@ -48,6 +48,9 @@
* [including the GNU Public Licence.]
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <crypto/des/des_locl.h>
OpenPOWER on IntegriCloud