Remove incorrect 'Link' sections.
[gnulib.git] / modules / crypto / sha256-buffer
blobe5a4703ec0c48833acde660c2bed6231015b1a58
1 Description:
2 Compute SHA224 and SHA256 checksums.
4 Files:
5 lib/gl_openssl.h
6 lib/sha256.h
7 lib/sha256.c
8 m4/gl-openssl.m4
9 m4/sha256.m4
11 Depends-on:
12 byteswap
13 extern-inline
14 stdalign
15 stdint
17 configure.ac:
18 gl_SHA256
20 Makefile.am:
21 lib_SOURCES += sha256.c
23 Include:
24 "sha256.h"
26 Link:
27 $(LIB_CRYPTO)
29 License:
30 LGPLv2+
32 Maintainer:
33 Jim Meyering