/*
* SHA1 hash implementation and interface functions
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Alternatively, this software may be distributed under the terms of BSD
* license.
*
* See README and COPYING for more details.
*/
/* Any 32-bit or wider unsigned integer data type will do */
typedef unsigned int u32;
typedef struct _SHA1_CTX
SHA1_CTX;
void ;
void ;
void ;
/* _SHA1_H */