crypto/gc-sha1: Fix recent regression.
[gnulib.git] / modules / crypto / gc-sha1
1 Description:
2 Generic crypto wrappers for SHA-1 functions.
3
4 Files:
5 m4/gc-sha1.m4
6 lib/sha1.h
7 lib/sha1.c
8 m4/sha1.m4
9
10 Depends-on:
11 stdint
12 crypto/gc
13
14 configure.ac:
15 gl_GC_SHA1
16 if test "$ac_cv_libgcrypt" != yes; then
17   AC_LIBOBJ([sha1])
18 fi
19 gl_MODULE_INDICATOR([gc-sha1])
20
21 Makefile.am:
22
23 Include:
24 "gc.h"
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Simon Josefsson