summaryrefslogtreecommitdiff
path: root/modules/crypto/sha256
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-05 18:04:43 +0200
committerBruno Haible <bruno@clisp.org>2018-05-05 18:04:43 +0200
commitdad2461a0be1efc33849114498c0bc9993a746f6 (patch)
treed749bd8a59fbdf1b43c74a062ba447dd9b82f394 /modules/crypto/sha256
parent81066db7d586025f6974af0b3ca8677baf781bed (diff)
downloadgnulib-dad2461a0be1efc33849114498c0bc9993a746f6.tar.gz
crypto/{md5,sha1,sha256,sha512}: Fix module description.
* modules/crypto/md5 (Depends-on): Add 'sys_socket'. * modules/crypto/sha1 (Depends-on): Likewise. * modules/crypto/sha256 (Depends-on): Likewise. * modules/crypto/sha512 (Depends-on): Likewise.
Diffstat (limited to 'modules/crypto/sha256')
-rw-r--r--modules/crypto/sha2561
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/sha256 b/modules/crypto/sha256
index 9d4f115786..79d03bffb5 100644
--- a/modules/crypto/sha256
+++ b/modules/crypto/sha256
@@ -15,6 +15,7 @@ Depends-on:
extern-inline
stdalign
stdint
+sys_socket
configure.ac:
gl_SHA256