summaryrefslogtreecommitdiffstats
path: root/sys/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/des/des_ecb.c5
-rw-r--r--sys/crypto/des/des_enc.c5
-rw-r--r--sys/crypto/des/des_setkey.c6
3 files changed, 13 insertions, 3 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>
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>
diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c
index 02346d5..7d1fb50 100644
--- a/sys/crypto/des/des_setkey.c
+++ b/sys/crypto/des/des_setkey.c
@@ -1,7 +1,7 @@
-/* $FreeBSD$ */
/* $KAME: des_setkey.c,v 1.7 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/set_key.c */
+
/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
@@ -55,6 +55,10 @@
* 1.1 added norm_expand_bits
* 1.0 First working version
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <crypto/des/des_locl.h>
OpenPOWER on IntegriCloud