Shouldn't have removed uint32's multiple defined protection...

This commit is contained in:
Kurt Zeilenga 1998-11-18 05:09:05 +00:00
parent bda79e1324
commit f05554bddc
2 changed files with 4 additions and 0 deletions

View file

@ -14,7 +14,9 @@ LDAP_BEGIN_DECL
important. ANSI guarantees that "unsigned long" will be big enough,
and always using it seems to have few disadvantages. */
#ifndef LDAP_UINT32
typedef LDAP_UINT4 uint32;
#endif
struct ldap_MD5Context {
uint32 buf[4];

View file

@ -15,7 +15,9 @@ LDAP_BEGIN_DECL
* 100% Public Domain
*/
#ifndef LDAP_UINT32
typedef LDAP_UINT4 uint32;
#endif
typedef struct {
uint32 state[5];