Move shared MD5/SHA-1 internal definitions into header files

This commit is contained in:
Jouni Malinen 2009-10-17 12:55:12 +03:00
parent 1e8c857abe
commit 08d38568df
5 changed files with 10 additions and 26 deletions

View file

@ -20,12 +20,6 @@
#include "md5.h"
#include "crypto.h"
struct SHA1Context {
u32 state[5];
u32 count[2];
unsigned char buffer[64];
};
typedef struct SHA1Context SHA1_CTX;
void SHA1Transform(u32 state[5], const unsigned char buffer[64]);