CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/12/31 09:56:55
Modified files: sys/crypto : sha2.c Log message: recent changes broke alignment requirements on arm. simplify a bit more, swapping only aligned values and then using memcpy to fill the digest. fix confirmed by jsg. ok jsg kettenis millert