summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/skipjack.c
diff options
context:
space:
mode:
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 8ba0a42..7fb59f2 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)
{
OpenPOWER on IntegriCloud