aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/skipjack.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 05:57:50 +0000
commit2c44651495e3efe18815da86983b398b559bd4ee (patch)
treecf24ab734f57deb37e60e07e97dc59cd5e3adaca /sys/opencrypto/skipjack.c
parentab0de15baf7234734b1b64c3145cd36f867c98ea (diff)
downloadsrc-2c44651495e3efe18815da86983b398b559bd4ee.tar.gz
src-2c44651495e3efe18815da86983b398b559bd4ee.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116191
Diffstat (limited to 'sys/opencrypto/skipjack.c')
-rw-r--r--sys/opencrypto/skipjack.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/opencrypto/skipjack.c b/sys/opencrypto/skipjack.c
index 8ba0a4241614..7fb59f2efd54 100644
--- a/sys/opencrypto/skipjack.c
+++ b/sys/opencrypto/skipjack.c
@@ -1,6 +1,4 @@
-/* $FreeBSD$ */
/* $OpenBSD: skipjack.c,v 1.3 2001/05/05 00:31:34 angelos Exp $ */
-
/*
* Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98
@@ -14,6 +12,9 @@
* 29 May 1998
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <opencrypto/skipjack.h>
@@ -62,6 +63,7 @@ static const u_int8_t ftable[0x100] =
* the tables are hopefully pointed to by register allocated variables
* k0, k1..k9
*/
+
void
subkey_table_gen (u_int8_t *key, u_int8_t **key_tables)
{