Browse Source

use stdlib; millert

OPENBSD_2_5
deraadt 25 years ago
parent
commit
52abdb63d2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/crypt/skipjack.c

+ 2
- 2
src/lib/libc/crypt/skipjack.c View File

@ -1,6 +1,6 @@
/*
* Further optimized test implementation of SKIPJACK algorithm
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Mark Tillotson <markt@chaos.org.uk>, 25 June 98
* Optimizations suit RISC (lots of registers) machine best.
*
* based on unoptimized implementation of
@ -13,7 +13,7 @@
#include <sys/param.h>
#include <skipjack.h>
#include <sys/malloc.h>
#include <stdlib.h>
static const u_int8_t ftable[0x100] =
{


Loading…
Cancel
Save