summaryrefslogtreecommitdiff
path: root/modules/crypto/sha512-buffer
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-06-17 14:35:37 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-06-17 14:38:05 -0700
commit0d45ec7c033c165ad73a6509c7fa84aa67edf4ea (patch)
treec0177a94dcfb05477b64bc2cbbe8576753b74907 /modules/crypto/sha512-buffer
parentb80cc10aeb8dd2b94bf0be2a5d0b2efb95965e24 (diff)
downloadgnulib-0d45ec7c033c165ad73a6509c7fa84aa67edf4ea.tar.gz
crypto: use byteswap
* lib/md4.c, lib/md5.c, lib/sha1.c, lib/sha256.c, lib/sha512.c: * lib/sm3.c: Include <byteswap.h>. (SWAP): Use its macros rather than reinventing the wheel. * modules/crypto/md4, modules/crypto/md5-buffer: * modules/crypto/sha1-buffer, modules/crypto/sha256-buffer: * modules/crypto/sha512-buffer, modules/crypto/sm3: (Depends-on): Add byteswap.
Diffstat (limited to 'modules/crypto/sha512-buffer')
-rw-r--r--modules/crypto/sha512-buffer1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/sha512-buffer b/modules/crypto/sha512-buffer
index 4c97604cde..32170a9a8a 100644
--- a/modules/crypto/sha512-buffer
+++ b/modules/crypto/sha512-buffer
@@ -9,6 +9,7 @@ m4/gl-openssl.m4
m4/sha512.m4
Depends-on:
+byteswap
extern-inline
stdalign
stdint