bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* [PATCH] crypto: add missing file af_alg.h
@ 2021-09-07  1:44 Paul Eggert
  2021-09-07 18:15 ` Bruno Haible
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Eggert @ 2021-09-07  1:44 UTC (permalink / raw)
  To: bug-gnulib; +Cc: Paul Eggert

* 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.
---
 ChangeLog                    | 7 +++++++
 modules/crypto/md5-buffer    | 1 +
 modules/crypto/sha1-buffer   | 1 +
 modules/crypto/sha256-buffer | 1 +
 modules/crypto/sha512-buffer | 1 +
 5 files changed, 11 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 39a892e28..76bf89555 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 cd51cab2d..a929046b9 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 a934d4e06..7cbdab8ca 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 85529a342..ddcac42d3 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 416a0b520..4bf1b80e2 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
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-19 13:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  1:44 [PATCH] crypto: add missing file af_alg.h Paul Eggert
2021-09-07 18:15 ` Bruno Haible
2021-09-07 21:51   ` Paul Eggert
2021-09-07 23:23     ` Bruno Haible
2021-09-08  0:12       ` Paul Eggert
2021-09-19  0:02         ` crypto digests modules restructuring Bruno Haible
2021-09-19 13:20       ` Improve 'configure --help' output for crypto modules Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).