From: Bruno Haible Date: Sat, 5 May 2018 16:09:40 +0000 (+0200) Subject: crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO). X-Git-Tag: v1.0~5656 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ba0ffea058b58bd9634173db48452884ee077da8;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1b77325ed0..54268178d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-05-05 Bruno Haible + + 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 crypto/{md5,sha1,sha256,sha512}: Fix module description. diff --git a/modules/crypto/md5 b/modules/crypto/md5 index 6fc247744a..3a4c756139 100644 --- a/modules/crypto/md5 +++ b/modules/crypto/md5 @@ -16,6 +16,7 @@ extern-inline stdalign stdint sys_socket +sys_stat configure.ac: gl_MD5 diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 index 3ae3ebcfde..a4d295049b 100644 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -16,6 +16,7 @@ extern-inline stdalign stdint sys_socket +sys_stat configure.ac: gl_SHA1 diff --git a/modules/crypto/sha256 b/modules/crypto/sha256 index 79d03bffb5..4acb27a743 100644 --- a/modules/crypto/sha256 +++ b/modules/crypto/sha256 @@ -16,6 +16,7 @@ extern-inline stdalign stdint sys_socket +sys_stat configure.ac: gl_SHA256 diff --git a/modules/crypto/sha512 b/modules/crypto/sha512 index f08c2490ae..1fa3f3601d 100644 --- a/modules/crypto/sha512 +++ b/modules/crypto/sha512 @@ -16,6 +16,7 @@ extern-inline stdalign stdint sys_socket +sys_stat u64 configure.ac: