]> Savannah Git Hosting - gnulib.git/commitdiff
crypto: revert previous change
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2021 21:49:09 +0000 (14:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Sep 2021 21:49:35 +0000 (14:49 -0700)
ChangeLog
modules/crypto/md5-buffer
modules/crypto/sha1-buffer
modules/crypto/sha256-buffer
modules/crypto/sha512-buffer

index 76bf895552b6b7f0e3329154698ea6a4f917888a..39a892e2871c3cacd02045ad6285bd5af0a84086 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-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 a929046b99209adda95624422d32e18847253619..cd51cab2def2c7263e9e73afd18d2b8de57879fd 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Compute MD5 checksum.
 
 Files:
-lib/af_alg.h
 lib/gl_openssl.h
 lib/md5.h
 lib/md5.c
index 7cbdab8caaa08f67c0ae0ec7c083531f51ba7fab..a934d4e06bb1053d4fc9803d100f3ade9f4833c9 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Compute SHA1 checksum.
 
 Files:
-lib/af_alg.h
 lib/gl_openssl.h
 lib/sha1.h
 lib/sha1.c
index ddcac42d349854b220320a398802db6d93f696b3..85529a342e78a28a0924d13b8a7f9f7509864b47 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Compute SHA224 and SHA256 checksums.
 
 Files:
-lib/af_alg.h
 lib/gl_openssl.h
 lib/sha256.h
 lib/sha256.c
index 4bf1b80e2526f0a7c6cb94109b855087cd0f2353..416a0b52026cf56e2c9e54e076ad8f38aefc2be7 100644 (file)
@@ -2,7 +2,6 @@ Description:
 Compute SHA384 and SHA512 checksums.
 
 Files:
-lib/af_alg.h
 lib/gl_openssl.h
 lib/sha512.h
 lib/sha512.c