From: Kurt Zeilenga Date: Sat, 30 Oct 1999 03:26:13 +0000 (+0000) Subject: Add comment stating that uint32 must be exactly 32-bits long. X-Git-Tag: UCDATA_2_4~275 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=db5ad318a568eb39b58772f4a8f81ca68447ef08;p=openldap Add comment stating that uint32 must be exactly 32-bits long. --- diff --git a/include/lutil_sha1.h b/include/lutil_sha1.h index 1f335065a0..cd2430c8d8 100644 --- a/include/lutil_sha1.h +++ b/include/lutil_sha1.h @@ -25,6 +25,8 @@ LDAP_BEGIN_DECL * By Steve Reid */ +/* This code assumes char are 8-bits and uint32 are 32-bits */ + #ifndef LDAP_UINT32 #define LDAP_UINT32 1 typedef ac_uint4 uint32;