diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_core.h b/include/m_core.h index e242aa38f5..5357bc79b1 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -534,10 +534,6 @@ MIR_CORE_DLL(int) mir_writeLogVW(HANDLE logger, const WCHAR *format, va_list arg ///////////////////////////////////////////////////////////////////////////////
// md5 functions
-/* Define the state of the MD5 Algorithm. */
-typedef unsigned char BYTE; /* 8-bit byte */
-typedef unsigned int UINT32; /* 32-bit word */
-
typedef struct mir_md5_state_s {
UINT32 count[2]; /* message length in bits, lsw first */
UINT32 abcd[4]; /* digest buffer */
|