changeset 39323:54f7022977e1

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.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 May 2018 18:04:43 +0200
parents 875d8f3d7d8f
children 570dfb586b40
files ChangeLog modules/crypto/md5 modules/crypto/sha1 modules/crypto/sha256 modules/crypto/sha512
diffstat 5 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 05 17:50:51 2018 +0200
+++ b/ChangeLog	Sat May 05 18:04:43 2018 +0200
@@ -1,3 +1,11 @@
+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.
--- a/modules/crypto/md5	Sat May 05 17:50:51 2018 +0200
+++ b/modules/crypto/md5	Sat May 05 18:04:43 2018 +0200
@@ -15,6 +15,7 @@
 extern-inline
 stdalign
 stdint
+sys_socket
 
 configure.ac:
 gl_MD5
--- a/modules/crypto/sha1	Sat May 05 17:50:51 2018 +0200
+++ b/modules/crypto/sha1	Sat May 05 18:04:43 2018 +0200
@@ -15,6 +15,7 @@
 extern-inline
 stdalign
 stdint
+sys_socket
 
 configure.ac:
 gl_SHA1
--- a/modules/crypto/sha256	Sat May 05 17:50:51 2018 +0200
+++ b/modules/crypto/sha256	Sat May 05 18:04:43 2018 +0200
@@ -15,6 +15,7 @@
 extern-inline
 stdalign
 stdint
+sys_socket
 
 configure.ac:
 gl_SHA256
--- a/modules/crypto/sha512	Sat May 05 17:50:51 2018 +0200
+++ b/modules/crypto/sha512	Sat May 05 18:04:43 2018 +0200
@@ -15,6 +15,7 @@
 extern-inline
 stdalign
 stdint
+sys_socket
 u64
 
 configure.ac: