crypto libraries: use stdalign
[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 stdalign
12 stdint
13 crypto/gc
14
15 configure.ac:
16 gl_GC_SHA1
17 if test "$ac_cv_libgcrypt" != yes; then
18   AC_LIBOBJ([sha1])
19 fi
20 gl_MODULE_INDICATOR([gc-sha1])
21
22 Makefile.am:
23
24 Include:
25 "gc.h"
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Simon Josefsson