posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / crypto / md4
blobf5a5f160ed88765716efab8d5c3bbd2e5ca40b3b
1 Description:
2 Compute MD4 checksum.
4 Files:
5 lib/md4.h
6 lib/md4.c
7 m4/md4.m4
9 Depends-on:
10 byteswap
11 stdalign
12 stdint
14 configure.ac:
15 AC_REQUIRE([AC_C_RESTRICT])
16 gl_MD4
18 Makefile.am:
19 lib_SOURCES += md4.c
21 Include:
22 "md4.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 Simon Josefsson