mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* m4/hmac-sha1.m4: Remove file. * modules/crypto/hmac-sha1 (Files): Remove it. (configure.ac): Remove gl_HMAC_SHA1 call. (Makefile.am): Augment lib_SOURCES.
25 lines
257 B
Plaintext
25 lines
257 B
Plaintext
Description:
|
|
Compute hashed message authentication codes with SHA1.
|
|
|
|
Files:
|
|
lib/hmac.h
|
|
lib/hmac-sha1.c
|
|
|
|
Depends-on:
|
|
memxor
|
|
crypto/sha1
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hmac-sha1.c
|
|
|
|
Include:
|
|
"hmac.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|