OSDN Git Service

Enhance routines for extra commands.
[ffftp/ffftp.git] / sha.h
1 #define MSDOS\r
2 #define LITTLE_ENDIAN\r
3 \r
4 typedef int                int32;\r
5 typedef unsigned int      uint32;\r
6 \r
7 //typedef unsigned int       UINT4;\r
8 typedef unsigned short int UINT2;\r
9 \r
10 /*\r
11  * just enough declarations for otp_hash to deal.\r
12  */ \r
13 void sha_memory (char *, uint32, uint32 *);\r
14 \r
15 \r