]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO).
authorBruno Haible <bruno@clisp.org>
Sat, 5 May 2018 16:09:40 +0000 (18:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 5 May 2018 16:09:40 +0000 (18:09 +0200)
* 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.

ChangeLog
modules/crypto/md5
modules/crypto/sha1
modules/crypto/sha256
modules/crypto/sha512

index 1b77325ed015acecfed4bc49eb89a4fd5c27b87a..54268178d92024e092352ce188044e773110227a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6fc247744a05945b82ff840521aa2e93b1945755..3a4c75613935e92ef4b185c9a5f2261bb159fa27 100644 (file)
@@ -16,6 +16,7 @@ extern-inline
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_MD5
index 3ae3ebcfdebdd00c2cd60363755449e65a0faf9e..a4d295049b11451419eb164ecbcada009e93d9e0 100644 (file)
@@ -16,6 +16,7 @@ extern-inline
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_SHA1
index 79d03bffb5e493dcfb78811b3feeabffa79696af..4acb27a74315b3dc1bbb7e676f637e4dad933671 100644 (file)
@@ -16,6 +16,7 @@ extern-inline
 stdalign
 stdint
 sys_socket
+sys_stat
 
 configure.ac:
 gl_SHA256
index f08c2490aebc1c1305fd45cabe2b4ef5794ad4e1..1fa3f3601d53b6338d24c190b8c602bfd744f99c 100644 (file)
@@ -16,6 +16,7 @@ extern-inline
 stdalign
 stdint
 sys_socket
+sys_stat
 u64
 
 configure.ac: