equal
deleted
inserted
replaced
37 #define SYMBIAN |
37 #define SYMBIAN |
38 #endif |
38 #endif |
39 |
39 |
40 #ifdef __SYMBIAN32__ |
40 #ifdef __SYMBIAN32__ |
41 #include <sys/types.h> |
41 #include <sys/types.h> |
42 typedef __uint32_t u_int32_t; |
|
43 #endif |
42 #endif |
44 |
43 |
45 typedef struct MD5Context { |
44 typedef struct MD5Context { |
46 u_int32_t state[4]; /* state (ABCD) */ |
45 u_int32_t state[4]; /* state (ABCD) */ |
47 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ |
46 u_int32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ |