From 2c062d406a8ce00165b3b78c765e7f6a07ec8615 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 7 Sep 2021 14:49:09 -0700 Subject: crypto: revert previous change --- 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 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76bf895552..39a892e287 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,3 @@ -2021-09-06 Paul Eggert - - 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 idx: break copying from glibc diff --git a/modules/crypto/md5-buffer b/modules/crypto/md5-buffer index a929046b99..cd51cab2de 100644 --- a/modules/crypto/md5-buffer +++ b/modules/crypto/md5-buffer @@ -2,7 +2,6 @@ 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 7cbdab8caa..a934d4e06b 100644 --- a/modules/crypto/sha1-buffer +++ b/modules/crypto/sha1-buffer @@ -2,7 +2,6 @@ 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 ddcac42d34..85529a342e 100644 --- a/modules/crypto/sha256-buffer +++ b/modules/crypto/sha256-buffer @@ -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 diff --git a/modules/crypto/sha512-buffer b/modules/crypto/sha512-buffer index 4bf1b80e25..416a0b5202 100644 --- a/modules/crypto/sha512-buffer +++ b/modules/crypto/sha512-buffer @@ -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 -- cgit v1.2.1