]> Savannah Git Hosting - gnulib.git/commitdiff
crypto: add missing file af_alg.h
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2021 01:43:36 +0000 (18:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2021 01:44:08 +0000 (18:44 -0700)
* 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
modules/crypto/md5-buffer
modules/crypto/sha1-buffer
modules/crypto/sha256-buffer
modules/crypto/sha512-buffer

index 39a892e2871c3cacd02045ad6285bd5af0a84086..76bf895552b6b7f0e3329154698ea6a4f917888a 100644 (file)
--- 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
index cd51cab2def2c7263e9e73afd18d2b8de57879fd..a929046b99209adda95624422d32e18847253619 100644 (file)
@@ -2,6 +2,7 @@ Description:
 Compute MD5 checksum.
 
 Files:
+lib/af_alg.h
 lib/gl_openssl.h
 lib/md5.h
 lib/md5.c
index a934d4e06bb1053d4fc9803d100f3ade9f4833c9..7cbdab8caaa08f67c0ae0ec7c083531f51ba7fab 100644 (file)
@@ -2,6 +2,7 @@ Description:
 Compute SHA1 checksum.
 
 Files:
+lib/af_alg.h
 lib/gl_openssl.h
 lib/sha1.h
 lib/sha1.c
index 85529a342e78a28a0924d13b8a7f9f7509864b47..ddcac42d349854b220320a398802db6d93f696b3 100644 (file)
@@ -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
index 416a0b52026cf56e2c9e54e076ad8f38aefc2be7..4bf1b80e2526f0a7c6cb94109b855087cd0f2353 100644 (file)
@@ -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