]> Savannah Git Hosting - gnulib.git/commit
md4,md5,sha*: allow _STRING_INLINE_unaligned enable unaligned operation
authorPádraig Brady <P@draigBrady.com>
Sun, 27 Nov 2016 00:23:14 +0000 (00:23 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 27 Nov 2016 00:27:14 +0000 (00:27 +0000)
commitc7bda0314dae8986496f3af770563fafd1f4bc2e
tree96380a323b202292fe7d31651291a15c711f7f96
parent45ba7f22dafd07233d67ccb2d90824a02f9d6dec
md4,md5,sha*: allow _STRING_INLINE_unaligned enable unaligned operation

* lib/md4.c (md4_process_bytes): The existing define is made internal
in recent versions of glibc, so also use this new public define.
* lib/md5.c (md5_process_bytes): Likewise.
* lib/sha1.c (sha1_process_bytes): Likewise.
* lib/sha256.c (sha256_process_bytes): Likewise.
* lib/sha512.c (sha512_process_bytes): Likewise.
ChangeLog
lib/md4.c
lib/md5.c
lib/sha1.c
lib/sha256.c
lib/sha512.c