summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog8
-rw-r--r--modules/crypto/md51
-rw-r--r--modules/crypto/sha11
-rw-r--r--modules/crypto/sha2561
-rw-r--r--modules/crypto/sha5121
5 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 098ffe2ea8..1b77325ed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-05-05 Bruno Haible <bruno@clisp.org>
+ 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.
+
+2018-05-05 Bruno Haible <bruno@clisp.org>
+
af_alg: Add documentation.
* lib/af_alg.h: Add comments.
diff --git a/modules/crypto/md5 b/modules/crypto/md5
index 415cf0523a..6fc247744a 100644
--- a/modules/crypto/md5
+++ b/modules/crypto/md5
@@ -15,6 +15,7 @@ Depends-on:
extern-inline
stdalign
stdint
+sys_socket
configure.ac:
gl_MD5
diff --git a/modules/crypto/sha1 b/modules/crypto/sha1
index dbd41d21b3..3ae3ebcfde 100644
--- a/modules/crypto/sha1
+++ b/modules/crypto/sha1
@@ -15,6 +15,7 @@ Depends-on:
extern-inline
stdalign
stdint
+sys_socket
configure.ac:
gl_SHA1
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
diff --git a/modules/crypto/sha512 b/modules/crypto/sha512
index 6d0dd1019a..f08c2490ae 100644
--- a/modules/crypto/sha512
+++ b/modules/crypto/sha512
@@ -15,6 +15,7 @@ Depends-on:
extern-inline
stdalign
stdint
+sys_socket
u64
configure.ac: