Skip to content
Snippets Groups Projects
Commit f3a650b8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add comment about removing HANDSOFF may case alignment problems

parent 33e50afb
No related branches found
No related tags found
No related merge requests found
......@@ -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))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment