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