mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
25 lines
253 B
Plaintext
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
|