summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-09-06 18:43:36 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-09-06 18:44:08 -0700
commit394dde1b2307bfaa102ddcc13d718782c77ff447 (patch)
treec46adb2547f4451694f47625e8bfcaebfe5b2ece
parent298f08077b41078d5a5d9a2460bbb40f40512997 (diff)
downloadgnulib-394dde1b2307bfaa102ddcc13d718782c77ff447.tar.gz
crypto: add missing file af_alg.h
* modules/crypto/md5-buffer, modules/crypto/sha1-buffer: * modules/crypto/sha256-buffer, modules/crypto/sha512-buffer: (Files): Add lib/af_alg.h, since the .c files include it.
-rw-r--r--ChangeLog7
-rw-r--r--modules/crypto/md5-buffer1
-rw-r--r--modules/crypto/sha1-buffer1
-rw-r--r--modules/crypto/sha256-buffer1
-rw-r--r--modules/crypto/sha512-buffer1
5 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39a892e287..76bf895552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-09-06 Paul Eggert <eggert@cs.ucla.edu>
+
+ crypto: add missing file af_alg.h
+ * modules/crypto/md5-buffer, modules/crypto/sha1-buffer:
+ * modules/crypto/sha256-buffer, modules/crypto/sha512-buffer:
+ (Files): Add lib/af_alg.h, since the .c files include it.
+
2021-09-04 Paul Eggert <eggert@cs.ucla.edu>
idx: break copying from glibc
diff --git a/modules/crypto/md5-buffer b/modules/crypto/md5-buffer
index cd51cab2de..a929046b99 100644
--- a/modules/crypto/md5-buffer
+++ b/modules/crypto/md5-buffer
@@ -2,6 +2,7 @@ Description:
Compute MD5 checksum.
Files:
+lib/af_alg.h
lib/gl_openssl.h
lib/md5.h
lib/md5.c
diff --git a/modules/crypto/sha1-buffer b/modules/crypto/sha1-buffer
index a934d4e06b..7cbdab8caa 100644
--- a/modules/crypto/sha1-buffer
+++ b/modules/crypto/sha1-buffer
@@ -2,6 +2,7 @@ Description:
Compute SHA1 checksum.
Files:
+lib/af_alg.h
lib/gl_openssl.h
lib/sha1.h
lib/sha1.c
diff --git a/modules/crypto/sha256-buffer b/modules/crypto/sha256-buffer
index 85529a342e..ddcac42d34 100644
--- a/modules/crypto/sha256-buffer
+++ b/modules/crypto/sha256-buffer
@@ -2,6 +2,7 @@ Description:
Compute SHA224 and SHA256 checksums.
Files:
+lib/af_alg.h
lib/gl_openssl.h
lib/sha256.h
lib/sha256.c
diff --git a/modules/crypto/sha512-buffer b/modules/crypto/sha512-buffer
index 416a0b5202..4bf1b80e25 100644
--- a/modules/crypto/sha512-buffer
+++ b/modules/crypto/sha512-buffer
@@ -2,6 +2,7 @@ Description:
Compute SHA384 and SHA512 checksums.
Files:
+lib/af_alg.h
lib/gl_openssl.h
lib/sha512.h
lib/sha512.c