Remove some more crypto ifdef, fix a few small bugs

This commit is contained in:
Johannes Berg 2009-08-13 11:28:03 +03:00 committed by Jouni Malinen
parent 27da6d4a0e
commit 6b5c4c3359
8 changed files with 55 additions and 37 deletions

View file

@ -16,10 +16,9 @@
#include "common.h"
#include "sha1.h"
#include "sha1_i.h"
#include "crypto.h"
void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen)
{