changeset 39324:570dfb586b40

crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO). * modules/crypto/md5 (Depends-on): Add 'sys_stat'. * 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:09:40 +0200
parents 54f7022977e1
children e4fc73a73375
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 18:04:43 2018 +0200
+++ b/ChangeLog	Sat May 05 18:09:40 2018 +0200
@@ -1,3 +1,11 @@
+2018-05-05  Bruno Haible  <bruno@clisp.org>
+
+	crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO).
+	* modules/crypto/md5 (Depends-on): Add 'sys_stat'.
+	* 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>
 
 	crypto/{md5,sha1,sha256,sha512}: Fix module description.
--- a/modules/crypto/md5	Sat May 05 18:04:43 2018 +0200
+++ b/modules/crypto/md5	Sat May 05 18:09:40 2018 +0200
@@ -16,6 +16,7 @@
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_MD5
--- a/modules/crypto/sha1	Sat May 05 18:04:43 2018 +0200
+++ b/modules/crypto/sha1	Sat May 05 18:09:40 2018 +0200
@@ -16,6 +16,7 @@
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_SHA1
--- a/modules/crypto/sha256	Sat May 05 18:04:43 2018 +0200
+++ b/modules/crypto/sha256	Sat May 05 18:09:40 2018 +0200
@@ -16,6 +16,7 @@
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_SHA256
--- a/modules/crypto/sha512	Sat May 05 18:04:43 2018 +0200
+++ b/modules/crypto/sha512	Sat May 05 18:09:40 2018 +0200
@@ -16,6 +16,7 @@
 stdalign
 stdint
 sys_socket
+sys_stat
 u64
 
 configure.ac: