view modules/crypto/sha256 @ 39324:570dfb586b40

crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO). * modules/crypto/md5 (Depends-on): Add 'sys_stat'. * modules/crypto/sha1 (Depends-on): Likewise. * modules/crypto/sha256 (Depends-on): Likewise. * modules/crypto/sha512 (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 May 2018 18:09:40 +0200
parents 54f7022977e1
children 970c998e00e3
line wrap: on
line source

Description:
Compute SHA224 and SHA256 checksums.

Files:
lib/gl_openssl.h
lib/sha256.h
lib/sha256.c
lib/af_alg.h
lib/af_alg.c
m4/gl-openssl.m4
m4/sha256.m4
m4/linux-if-alg.m4

Depends-on:
extern-inline
stdalign
stdint
sys_socket
sys_stat

configure.ac:
gl_SHA256
gl_LINUX_IF_ALG_H

Makefile.am:
lib_SOURCES += sha256.c af_alg.c

Include:
"sha256.h"

Link:
$(LIB_CRYPTO)

License:
LGPLv2+

Maintainer:
Jim Meyering