Files
Collin Funk e191cc8118 crypto/af_alg: Deprecate.
* modules/crypto/af_alg (Status, Notice): New sections.
(configure.ac): Add a module indicator.
* lib/md5-stream.c (md5_stream): Only use the AF_ALG API if the module
indicator is defined.
* lib/sha1-stream.c (sha1_stream): Likewise.
* lib/sha256-stream.c (shaxxx_stream): Likewise.
* lib/sha3-stream.c (sha3_xxx_stream): Likewise.
* lib/sha512-stream.c (shaxxx_stream): Likewise.
* modules/crypto/md5 (Depends-on): Remove crypto/af_alg dependency.
* modules/crypto/sha1 (Depends-on): Likewise.
* modules/crypto/sha256 (Depends-on): Likewise.
* modules/crypto/sha3 (Depends-on): Likewise.
* modules/crypto/sha512 (Depends-on): Likewise.
* NEWS: Mention the deprecation.
2026-06-22 18:03:40 -07:00

26 lines
238 B
Plaintext

Description:
Compute MD5 checksum.
Files:
lib/md5-stream.c
Depends-on:
crypto/md5-buffer
configure.ac:
Makefile.am:
lib_SOURCES += md5-stream.c
Include:
"md5.h"
Link:
$(LIB_CRYPTO)
License:
LGPLv2+
Maintainer:
Jim Meyering, glibc