X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fcrypto%2Fhmac-sha1;h=32ea359c7cbff9da73de48507d6d05b8cb0d7b0f;hb=cdf12ee48247d39e7b1fd40289b78741aa4d4df1;hp=5609337dccb858f8f2dfd689645b5c057324a837;hpb=41529250d83ad93aa9ebfbd274a0e17049d402bf;p=gnulib.git diff --git a/modules/crypto/hmac-sha1 b/modules/crypto/hmac-sha1 index 5609337dc..32ea359c7 100644 --- a/modules/crypto/hmac-sha1 +++ b/modules/crypto/hmac-sha1 @@ -4,16 +4,15 @@ Compute hashed message authentication codes with SHA1. Files: lib/hmac.h lib/hmac-sha1.c -m4/hmac-sha1.m4 Depends-on: memxor crypto/sha1 configure.ac: -gl_HMAC_SHA1 Makefile.am: +lib_SOURCES += hmac-sha1.c Include: "hmac.h"