summaryrefslogtreecommitdiff
path: root/modules/crypto/hmac-md5
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:04:14 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:27 +0200
commit12df879cdce1c5b85596ba9a21bcdeadcf8dbd65 (patch)
treeb5b6963d19ad79a73c53f99444744fb89076ffbe /modules/crypto/hmac-md5
parent70a6fb3ca6f829c69077809ca8e8d098819e2f83 (diff)
downloadgnulib-12df879cdce1c5b85596ba9a21bcdeadcf8dbd65.tar.gz
crypto/hmac-md5: Move AC_LIBOBJ invocations to module description.
* 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.
Diffstat (limited to 'modules/crypto/hmac-md5')
-rw-r--r--modules/crypto/hmac-md53
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/crypto/hmac-md5 b/modules/crypto/hmac-md5
index 6a3a674f62..68ca375653 100644
--- a/modules/crypto/hmac-md5
+++ b/modules/crypto/hmac-md5
@@ -4,16 +4,15 @@ Compute hashed message authentication codes with MD5.
Files:
lib/hmac.h
lib/hmac-md5.c
-m4/hmac-md5.m4
Depends-on:
memxor
crypto/md5
configure.ac:
-gl_HMAC_MD5
Makefile.am:
+lib_SOURCES += hmac-md5.c
Include:
"hmac.h"