posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / crypto / hmac-sha1
blobd49d68d2adbdeeab73b99b1898d9f5dcd6a03d1b
1 Description:
2 Compute hashed message authentication codes with SHA1.
4 Files:
5 lib/hmac.h
6 lib/hmac.c
7 lib/hmac-sha1.c
9 Depends-on:
10 memxor
11 crypto/sha1
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
16 Makefile.am:
17 lib_SOURCES += hmac-sha1.c
19 Include:
20 "hmac.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Simon Josefsson