Skip to content
Snippets Groups Projects
Commit f05554bd authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent bda79e13
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment