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