changeset 39335:604f3dbd719b

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.
author Bruno Haible <bruno@clisp.org>
date Sun, 06 May 2018 11:55:55 +0200
parents 0467d34718aa
children a3877e074b79
files ChangeLog modules/crypto/md5 modules/crypto/sha1 modules/crypto/sha256 modules/crypto/sha512
diffstat 5 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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  <bruno@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.
+
 2018-05-05  Paul Eggert  <eggert@cs.ucla.edu>
 
 	crypto/{md5,sha1,sha256,sha512}: simplify
--- 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
--- 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
--- 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
--- 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: