Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
[gnulib.git] / modules / sha1
1 Description:
2 Compute SHA1 checksum.
3
4 Files:
5 lib/sha1.h
6 lib/sha1.c
7 m4/sha1.m4
8
9 Depends-on:
10 unlocked-io
11 md5
12
13 configure.ac:
14 gl_SHA1
15
16 Makefile.am:
17 lib_SOURCES += sha1.h sha1.c
18
19 Include:
20 "sha1.h"
21
22 Maintainer:
23 Jim Meyering
24