summaryrefslogtreecommitdiffstats
path: root/sys/crypto/blowfish
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-10 21:44:29 +0000
committerobrien <obrien@FreeBSD.org>2003-06-10 21:44:29 +0000
commit349c6025d0a60742a40c122420d7285baefc97ab (patch)
treef96a7776f30add513393304c123c0320db6500a7 /sys/crypto/blowfish
parentf72cbcf20753e9285eb1bfcde01b63b6bc05be01 (diff)
downloadFreeBSD-src-349c6025d0a60742a40c122420d7285baefc97ab.zip
FreeBSD-src-349c6025d0a60742a40c122420d7285baefc97ab.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/crypto/blowfish')
-rw-r--r--sys/crypto/blowfish/bf_enc.c5
-rw-r--r--sys/crypto/blowfish/bf_skey.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/crypto/blowfish/bf_enc.c b/sys/crypto/blowfish/bf_enc.c
index 831db17..5f26d40 100644
--- a/sys/crypto/blowfish/bf_enc.c
+++ b/sys/crypto/blowfish/bf_enc.c
@@ -1,7 +1,7 @@
-/* $FreeBSD$ */
/* $KAME: bf_enc.c,v 1.7 2002/02/27 01:33:59 itojun Exp $ */
/* crypto/bf/bf_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/blowfish/blowfish.h>
#include <crypto/blowfish/bf_locl.h>
diff --git a/sys/crypto/blowfish/bf_skey.c b/sys/crypto/blowfish/bf_skey.c
index a93558c..df8d1cf 100644
--- a/sys/crypto/blowfish/bf_skey.c
+++ b/sys/crypto/blowfish/bf_skey.c
@@ -1,7 +1,7 @@
-/* $FreeBSD$ */
/* $KAME: bf_skey.c,v 1.7 2002/02/27 01:33:59 itojun Exp $ */
/* crypto/bf/bf_skey.c */
+
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
@@ -59,6 +59,9 @@
* [including the GNU Public Licence.]
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/time.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud