bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 0/4] Use AF_ALG in checksum utilities


From: Bruno Haible
Subject: Re: [PATCH v3 0/4] Use AF_ALG in checksum utilities
Date: Sun, 06 May 2018 11:56:29 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

Oops, I had left some unneeded module dependencies.


2018-05-06  Bruno Haible  <address@hidden>

        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

[Prev in Thread] Current Thread [Next in Thread]