posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / crypto / md5-buffer
blobcd51cab2def2c7263e9e73afd18d2b8de57879fd
1 Description:
2 Compute MD5 checksum.
4 Files:
5 lib/gl_openssl.h
6 lib/md5.h
7 lib/md5.c
8 m4/gl-openssl.m4
9 m4/md5.m4
11 Depends-on:
12 byteswap
13 c99
14 extern-inline
15 stdalign
16 stdint
18 configure.ac:
19 AC_REQUIRE([AC_C_RESTRICT])
20 gl_MD5
22 Makefile.am:
23 lib_SOURCES += md5.c
25 Include:
26 "md5.h"
28 Link:
29 $(LIB_CRYPTO)
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering, glibc