Hash :
439979c0
Author :
Date :
2021-09-19T01:35:19
md5: Clarify module to source relation. * lib/md5-stream.c: New file, extracted from lib/md5.c. * lib/md5.c: Don't include stdlib.h, unlocked-io.h. (BLOCKSIZE, md5_stream): Moved to md5-stream.c. * lib/md5.h: Tweak. * modules/crypto/md5 (Files): Add lib/md5-stream.c. (configure.ac): Don't define GL_COMPILE_CRYPTO_STREAM. (Makefile.am): Arrange to compile md5-stream.c. (Link): Mention $(LIB_CRYPTO).
Description:
Compute MD5 checksum.
Files:
lib/md5-stream.c
Depends-on:
crypto/af_alg
crypto/md5-buffer
configure.ac:
Makefile.am:
lib_SOURCES += md5-stream.c
Include:
"md5.h"
Link:
$(LIB_CRYPTO)
License:
LGPLv2+
Maintainer:
Jim Meyering, glibc