Hash :
6b91542b
Author :
Date :
2011-06-17T00:53:04
crypto/gc-hmac-sha1: Fix recent regression. * modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4. (configure.ac): Invoke AC_LIBOBJ here. * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Don't invoke gl_HMAC_SHA1. Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Description:
Generic crypto wrappers for HMAC-SHA1 functions.
Files:
m4/gc-hmac-sha1.m4
lib/sha1.h
lib/sha1.c
m4/sha1.m4
lib/hmac.h
lib/hmac-sha1.c
lib/memxor.h
lib/memxor.c
m4/memxor.m4
Depends-on:
stdint
crypto/gc
configure.ac:
gl_GC_HMAC_SHA1
if test "$ac_cv_libgcrypt" != yes; then
AC_LIBOBJ([sha1])
AC_LIBOBJ([hmac-sha1])
AC_LIBOBJ([memxor])
fi
gl_MODULE_INDICATOR([gc-hmac-sha1])
Makefile.am:
Include:
"gc.h"
License:
LGPLv2+
Maintainer:
Simon Josefsson