From db5ad318a568eb39b58772f4a8f81ca68447ef08 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 30 Oct 1999 03:26:13 +0000 Subject: [PATCH] Add comment stating that uint32 must be exactly 32-bits long. --- include/lutil_sha1.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5