# HG changeset patch # User Bruno Haible # Date 1525600555 -7200 # Node ID 604f3dbd719b6c8a2cc288f896c7c37e230352a0 # Parent 0467d34718aac2c6f60a29b5911c85581d341aea Followup to 'af_alg: New module.'. * modules/crypto/md5 (Depends-on): Remove sys_socket, sys_stat. * modules/crypto/sha1 (Depends-on): Likewise. * modules/crypto/sha256 (Depends-on): Likewise. * modules/crypto/sha512 (Depends-on): Likewise. diff -r 0467d34718aa -r 604f3dbd719b ChangeLog --- a/ChangeLog Sat May 05 19:39:37 2018 -0700 +++ b/ChangeLog Sun May 06 11:55:55 2018 +0200 @@ -1,3 +1,11 @@ +2018-05-06 Bruno Haible + + Followup to 'af_alg: New module.'. + * modules/crypto/md5 (Depends-on): Remove sys_socket, sys_stat. + * modules/crypto/sha1 (Depends-on): Likewise. + * modules/crypto/sha256 (Depends-on): Likewise. + * modules/crypto/sha512 (Depends-on): Likewise. + 2018-05-05 Paul Eggert crypto/{md5,sha1,sha256,sha512}: simplify diff -r 0467d34718aa -r 604f3dbd719b modules/crypto/md5 --- a/modules/crypto/md5 Sat May 05 19:39:37 2018 -0700 +++ b/modules/crypto/md5 Sun May 06 11:55:55 2018 +0200 @@ -13,8 +13,6 @@ extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_MD5 diff -r 0467d34718aa -r 604f3dbd719b modules/crypto/sha1 --- a/modules/crypto/sha1 Sat May 05 19:39:37 2018 -0700 +++ b/modules/crypto/sha1 Sun May 06 11:55:55 2018 +0200 @@ -13,8 +13,6 @@ extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_SHA1 diff -r 0467d34718aa -r 604f3dbd719b modules/crypto/sha256 --- a/modules/crypto/sha256 Sat May 05 19:39:37 2018 -0700 +++ b/modules/crypto/sha256 Sun May 06 11:55:55 2018 +0200 @@ -13,8 +13,6 @@ extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_SHA256 diff -r 0467d34718aa -r 604f3dbd719b modules/crypto/sha512 --- a/modules/crypto/sha512 Sat May 05 19:39:37 2018 -0700 +++ b/modules/crypto/sha512 Sun May 06 11:55:55 2018 +0200 @@ -13,8 +13,6 @@ extern-inline stdalign stdint -sys_socket -sys_stat u64 configure.ac: