summaryrefslogtreecommitdiff
path: root/modules/crypto
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-05-06 11:55:55 +0200
committerBruno Haible <bruno@clisp.org>2018-05-06 11:55:55 +0200
commit55832dcf366be407ecce8c6a43a4bbc9c46d8d25 (patch)
treec680c46c6997733a675a5b79d6927e8141cf6d11 /modules/crypto
parent7cdcfaad536a02b90be6c2104ac4a38bf620bbd1 (diff)
downloadgnulib-55832dcf366be407ecce8c6a43a4bbc9c46d8d25.tar.gz
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.
Diffstat (limited to 'modules/crypto')
-rw-r--r--modules/crypto/md52
-rw-r--r--modules/crypto/sha12
-rw-r--r--modules/crypto/sha2562
-rw-r--r--modules/crypto/sha5122
4 files changed, 0 insertions, 8 deletions
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: