Refresh 01-gnulib-directory.patch
[gnulib.git] / modules / crypto / gc-hmac-sha1
1 Description:
2 Generic crypto wrappers for HMAC-SHA1 functions.
3
4 Files:
5 m4/gc-hmac-sha1.m4
6 lib/sha1.h
7 lib/sha1.c
8 m4/sha1.m4
9 lib/hmac.h
10 lib/hmac-sha1.c
11 lib/memxor.h
12 lib/memxor.c
13 m4/memxor.m4
14
15 Depends-on:
16 stdint
17 crypto/gc
18
19 configure.ac:
20 gl_GC_HMAC_SHA1
21 if test "$ac_cv_libgcrypt" != yes; then
22   AC_LIBOBJ([sha1])
23   AC_LIBOBJ([hmac-sha1])
24   AC_LIBOBJ([memxor])
25 fi
26 gl_MODULE_INDICATOR([gc-hmac-sha1])
27
28 Makefile.am:
29
30 Include:
31 "gc.h"
32
33 License:
34 LGPLv2+
35
36 Maintainer:
37 Simon Josefsson