From 76565cde8c2a80e85439e164c7598b18649a85ca Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:05:51 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ m4/hmac-sha1.m4 | 10 ---------- modules/crypto/hmac-sha1 | 3 +-- 3 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 m4/hmac-sha1.m4 diff --git a/ChangeLog b/ChangeLog index e88db10f8..242f5f877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-05-23 Bruno Haible + 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-05-23 Bruno Haible + crypto/hmac-md5: Move AC_LIBOBJ invocations to module description. * m4/hmac-md5.m4: Remove file. * modules/crypto/hmac-md5 (Files): Remove it. diff --git a/m4/hmac-sha1.m4 b/m4/hmac-sha1.m4 deleted file mode 100644 index d270a1e79..000000000 --- a/m4/hmac-sha1.m4 +++ /dev/null @@ -1,10 +0,0 @@ -# hmac-sha1.m4 serial 2 -dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_HMAC_SHA1], -[ - AC_LIBOBJ([hmac-sha1]) -]) 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" -- 2.11.0