summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/crypto.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
committerobrien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
commit74603d4bb949a7e4217dd885572c8d2779db9b3a (patch)
treecf24ab734f57deb37e60e07e97dc59cd5e3adaca /sys/opencrypto/crypto.c
parent8b64eb1925d6cfa213880184c44480ac5f9ddd4c (diff)
downloadFreeBSD-src-74603d4bb949a7e4217dd885572c8d2779db9b3a.zip
FreeBSD-src-74603d4bb949a7e4217dd885572c8d2779db9b3a.tar.gz
Use __FBSDID().
Diffstat (limited to 'sys/opencrypto/crypto.c')
-rw-r--r--sys/opencrypto/crypto.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c
index e559912..d44820a 100644
--- a/sys/opencrypto/crypto.c
+++ b/sys/opencrypto/crypto.c
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $OpenBSD: crypto.c,v 1.38 2002/06/11 11:14:29 beck Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
@@ -20,6 +19,10 @@
* MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR
* PURPOSE.
*/
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#define CRYPTO_TIMING /* enable timing support */
#include <sys/param.h>
OpenPOWER on IntegriCloud