X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcrypto%2Fhmac-sha1;h=32ea359c7cbff9da73de48507d6d05b8cb0d7b0f;hb=233c33ec5061c22ff2ffc113a9f5520434a0bfd9;hp=f7a4c8340269c9d1af81ece1ac917c6c0b33ae8a;hpb=0527d3651d8b32bc93e0250d9181b9d74ab5f5b2;p=gnulib.git diff --git a/modules/crypto/hmac-sha1 b/modules/crypto/hmac-sha1 index f7a4c8340..32ea359c7 100644 --- a/modules/crypto/hmac-sha1 +++ b/modules/crypto/hmac-sha1 @@ -4,22 +4,21 @@ Compute hashed message authentication codes with SHA1. Files: lib/hmac.h lib/hmac-sha1.c -m4/hmac-sha1.m4 Depends-on: -crypto/memxor +memxor crypto/sha1 configure.ac: -gl_HMAC_SHA1 Makefile.am: +lib_SOURCES += hmac-sha1.c Include: "hmac.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson