1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/crypto/hmac-md5
Bruno Haible 12df879cdc crypto/hmac-md5: Move AC_LIBOBJ invocations to module description.
* m4/hmac-md5.m4: Remove file.
* modules/crypto/hmac-md5 (Files): Remove it.
(configure.ac): Remove gl_HMAC_MD5 call.
(Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:27 +02:00

25 lines
253 B
Plaintext

Description:
Compute hashed message authentication codes with MD5.
Files:
lib/hmac.h
lib/hmac-md5.c
Depends-on:
memxor
crypto/md5
configure.ac:
Makefile.am:
lib_SOURCES += hmac-md5.c
Include:
"hmac.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson