mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Don't require int32
This commit is contained in:
parent
87dc3e2091
commit
17b52c97fa
2 changed files with 8 additions and 1 deletions
|
|
@ -24,7 +24,8 @@
|
|||
# elif SIZEOF_SHORT == 4
|
||||
# define AC_INT4_TYPE short
|
||||
# else
|
||||
# error "AC_INT4_TYPE?"
|
||||
/* used by SHA-1, but commented out */
|
||||
/* # error "AC_INT2_TYPE?" */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,12 @@
|
|||
#include <ldap_cdefs.h>
|
||||
#include <ac/bytes.h>
|
||||
|
||||
#undef AC_INT4_TYPE
|
||||
#ifdef AC_INT4_TYPE
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
||||
|
||||
/*
|
||||
* SHA-1 in C
|
||||
* By Steve Reid <steve@edmweb.com>
|
||||
|
|
@ -65,4 +69,6 @@ lutil_SHA1Data
|
|||
|
||||
LDAP_END_DECL
|
||||
|
||||
#endif /* AC_INT4_TYPE */
|
||||
|
||||
#endif /* _LUTIL_SHA1_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue