ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / crypto / hmac-md5
blob8739c063014ba1194211ef266d6f012c31b0f17c
1 Description:
2 Compute hashed message authentication codes with MD5.
4 Files:
5 lib/hmac.h
6 lib/hmac.c
7 lib/hmac-md5.c
9 Depends-on:
10 memxor
11 crypto/md5
13 configure.ac:
14 AC_REQUIRE([AC_C_RESTRICT])
16 Makefile.am:
17 lib_SOURCES += hmac-md5.c
19 Include:
20 "hmac.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Simon Josefsson