put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Mar 2007 10:48:22 +0000 (10:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 13 Mar 2007 10:48:22 +0000 (10:48 +0000)
commit200130450075fbf446aeb91f163d6d8037fa2e2d
treeb4e42048a88f46bc06c8a22d0f5b93cc64df3b69
parent5fd7f87b8dbdd5092a2c0cea522b0063c6baea1b
put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment

Originally committed as revision 8379 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/sha1.c