log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / crypto / md5-buffer
blob006bc81a4e71abeec72b39249bfcef1e8f24a972
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 extern-inline
14 stdalign
15 stdint
17 configure.ac:
18 gl_MD5
20 Makefile.am:
21 lib_SOURCES += md5.c
23 Include:
24 "md5.h"
26 Link:
27 $(LIB_CRYPTO)
29 License:
30 LGPLv2+
32 Maintainer:
33 Jim Meyering, glibc