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

Don't require int32

parent 87dc3e20
Branches
Tags
No related merge requests found
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment