From: Bruno Haible Date: Sun, 6 May 2018 09:55:55 +0000 (+0200) Subject: Followup to 'af_alg: New module.'. X-Git-Tag: v1.0~5645 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=55832dcf366be407ecce8c6a43a4bbc9c46d8d25;p=gnulib.git 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 --git a/ChangeLog b/ChangeLog index 6c0af783dc..572035542b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/modules/crypto/md5 b/modules/crypto/md5 index 1d5130b6b5..7d8b3fa1cd 100644 --- a/modules/crypto/md5 +++ b/modules/crypto/md5 @@ -13,8 +13,6 @@ crypto/af_alg extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_MD5 diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 index 90bd7e4791..e9fc83afc8 100644 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -13,8 +13,6 @@ crypto/af_alg extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_SHA1 diff --git a/modules/crypto/sha256 b/modules/crypto/sha256 index 633bf04cbd..2343940ccb 100644 --- a/modules/crypto/sha256 +++ b/modules/crypto/sha256 @@ -13,8 +13,6 @@ crypto/af_alg extern-inline stdalign stdint -sys_socket -sys_stat configure.ac: gl_SHA256 diff --git a/modules/crypto/sha512 b/modules/crypto/sha512 index cedc31c1dc..127e67c924 100644 --- a/modules/crypto/sha512 +++ b/modules/crypto/sha512 @@ -13,8 +13,6 @@ crypto/af_alg extern-inline stdalign stdint -sys_socket -sys_stat u64 configure.ac: