Don't require int32

This commit is contained in:
Kurt Zeilenga 2001-05-02 19:48:40 +00:00
parent 87dc3e2091
commit 17b52c97fa
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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_ */