]> git.sur5r.net Git - openldap/commitdiff
Add comment stating that uint32 must be exactly 32-bits long.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 30 Oct 1999 03:26:13 +0000 (03:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 30 Oct 1999 03:26:13 +0000 (03:26 +0000)
include/lutil_sha1.h

index 1f335065a0b75b060ba98a7dd9f7437680030645..cd2430c8d8488636cf32a57e73f94e7fb9b0a0c0 100644 (file)
@@ -25,6 +25,8 @@ LDAP_BEGIN_DECL
  * By Steve Reid <steve@edmweb.com>
  */
 
+/* This code assumes char are 8-bits and uint32 are 32-bits */
+
 #ifndef LDAP_UINT32
 #define LDAP_UINT32 1
 typedef ac_uint4 uint32;