mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Add comment about removing HANDSOFF may case alignment problems
This commit is contained in:
parent
33e50afb6b
commit
f3a650b8af
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include "lutil_sha1.h"
|
||||
|
||||
/* undefining this will cause pointer alignment errors */
|
||||
#define SHA1HANDSOFF /* Copies data before messing with it. */
|
||||
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue