backport change from the iaxclient sf repository rev 558

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5151 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-05-11 16:48:57 +00:00
parent 9b2edc2f28
commit 97ef904db5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef MD5_H
#define MD5_H
#ifdef __alpha
#ifdef __alpha || defined(__x86_64)
typedef unsigned int uint32;
#else
typedef unsigned long uint32;