# HG changeset patch # User Bruno Haible # Date 1525536580 -7200 # Node ID 570dfb586b40a17086e7d9f3f73ff8f7b261c2fa # Parent 54f7022977e1d980ea0afc7b771e7fa6b63cbe16 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 -r 54f7022977e1 -r 570dfb586b40 ChangeLog --- 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 + + 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 -r 54f7022977e1 -r 570dfb586b40 modules/crypto/md5 --- 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 diff -r 54f7022977e1 -r 570dfb586b40 modules/crypto/sha1 --- 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 diff -r 54f7022977e1 -r 570dfb586b40 modules/crypto/sha256 --- 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 diff -r 54f7022977e1 -r 570dfb586b40 modules/crypto/sha512 --- 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: