summaryrefslogtreecommitdiffstats
path: root/sys/crypto/blowfish/bf_enc.c
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/bf_enc.c
parentf72cbcf20753e9285eb1bfcde01b63b6bc05be01 (diff)
downloadFreeBSD-src-349c6025d0a60742a40c122420d7285baefc97ab.zip
FreeBSD-src-349c6025d0a60742a40c122420d7285baefc97ab.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/crypto/blowfish/bf_enc.c')
-rw-r--r--sys/crypto/blowfish/bf_enc.c5
1 files changed, 4 insertions, 1 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>
OpenPOWER on IntegriCloud