use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
authordjm <djm@openbsd.org>
Sun, 20 Apr 2014 02:30:25 +0000 (02:30 +0000)
committerdjm <djm@openbsd.org>
Sun, 20 Apr 2014 02:30:25 +0000 (02:30 +0000)
commitdb5486aa73f5b17878ac6e5ccc1a14de019ad01e
tree2ce407f70d935df0d6d07cc9036940c25ea3632f
parent2cdf3b65e5969bca7cc288528e9e0ebe86b7906e
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
strict-alignment architectures; reported by and ok stsp@
usr.bin/ssh/misc.c
usr.bin/ssh/misc.h
usr.bin/ssh/umac.c