view modules/crypto/sha1 @ 39335:604f3dbd719b

Followup to 'af_alg: New module.'. * modules/crypto/md5 (Depends-on): Remove sys_socket, 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 Sun, 06 May 2018 11:55:55 +0200
parents f746c4e8a816
children 560df898e0e9
line wrap: on
line source

Description:
Compute SHA1 checksum.

Files:
lib/gl_openssl.h
lib/sha1.h
lib/sha1.c
m4/gl-openssl.m4
m4/sha1.m4

Depends-on:
crypto/af_alg
extern-inline
stdalign
stdint

configure.ac:
gl_SHA1

Makefile.am:
lib_SOURCES += sha1.c

Include:
"sha1.h"

Link:
$(LIB_CRYPTO)

License:
LGPLv2+

Maintainer:
Jim Meyering