mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Shouldn't have removed uint32's multiple defined protection...
This commit is contained in:
parent
bda79e1324
commit
f05554bddc
2 changed files with 4 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ LDAP_BEGIN_DECL
|
|||
* 100% Public Domain
|
||||
*/
|
||||
|
||||
#ifndef LDAP_UINT32
|
||||
typedef LDAP_UINT4 uint32;
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
uint32 state[5];
|
||||
|
|
|
|||
Loading…
Reference in a new issue