commit | 888566913933a802f3a329ace123ebcb7154cf78 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:33:19 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sun Apr 20 13:33:19 2014 +1000 |
tree | cdd8baba05c5505cf41d2e13c774f7e63e693dbc | |
parent | 16f85cbc7e5139950e6a38317e7c8b368beafa5d [diff] |
- djm@cvs.openbsd.org 2014/04/20 02:30:25 [misc.c misc.h umac.c] use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on strict-alignment architectures; reported by and ok stsp@