mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add comment about removing HANDSOFF may case alignment problems
This commit is contained in:
parent
33e50afb6b
commit
f3a650b8af
@ -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 New Issue
Block a user