Oops, I had left some unneeded module dependencies.

2018-05-06  Bruno Haible  <br...@clisp.org>

        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/modules/crypto/md5 b/modules/crypto/md5
index 1d5130b..7d8b3fa 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 90bd7e4..e9fc83a 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 633bf04..2343940 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 cedc31c..127e67c 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:


Reply via email to