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