From 52abdb63d21f4d36baf8ecf3d0a7d247b2c72fab Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 26 Mar 1999 18:24:01 +0000 Subject: [PATCH] use stdlib; millert --- src/lib/libc/crypt/skipjack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/crypt/skipjack.c b/src/lib/libc/crypt/skipjack.c index 173b18fd..e700f40c 100644 --- a/src/lib/libc/crypt/skipjack.c +++ b/src/lib/libc/crypt/skipjack.c @@ -1,6 +1,6 @@ /* * Further optimized test implementation of SKIPJACK algorithm - * Mark Tillotson , 25 June 98 + * Mark Tillotson , 25 June 98 * Optimizations suit RISC (lots of registers) machine best. * * based on unoptimized implementation of @@ -13,7 +13,7 @@ #include #include -#include +#include static const u_int8_t ftable[0x100] = {