Mercurial > hg > octave-nkf > gnulib-hg
view modules/crypto/gc-hmac-md5 @ 15270:d5aa06ef8fb9
crypto/gc-hmac-md5: Fix recent regression.
* modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 17 Jun 2011 00:49:44 +0200 |
parents | 8812f453e378 |
children | 8c4227e2df6c |
line wrap: on
line source
Description: Generic crypto wrappers for HMAC-MD5 functions. Files: m4/gc-hmac-md5.m4 lib/md5.h lib/md5.c m4/md5.m4 lib/hmac.h lib/hmac-md5.c lib/memxor.h lib/memxor.c m4/memxor.m4 Depends-on: stdint crypto/gc configure.ac: gl_GC_HMAC_MD5 if test "$ac_cv_libgcrypt" != yes; then AC_LIBOBJ([md5]) AC_LIBOBJ([hmac-md5]) AC_LIBOBJ([memxor]) fi gl_MODULE_INDICATOR([gc-hmac-md5]) Makefile.am: Include: "gc.h" License: LGPLv2+ Maintainer: Simon Josefsson