1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/modules/crypto/hmac-sha1
Bruno Haible 76565cde8c crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.
* 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.
2011-06-16 00:07:27 +02:00

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