X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgc-hmac-sha1.m4;h=9d4b9dc5200243ff72ad67c7c787bf2bf73793d9;hb=b52ae09f3a74d02e4f203c4b7703416d3b3b5461;hp=c18dd217812e11ba8619e49c37dce7f5c0b2a33d;hpb=169f2382d220cc787bc5ac165d2d23cf9021f2af;p=gnulib.git diff --git a/m4/gc-hmac-sha1.m4 b/m4/gc-hmac-sha1.m4 index c18dd2178..9d4b9dc52 100644 --- a/m4/gc-hmac-sha1.m4 +++ b/m4/gc-hmac-sha1.m4 @@ -1,5 +1,5 @@ -# gc-hmac-sha1.m4 serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +# gc-hmac-sha1.m4 serial 2 +dnl Copyright (C) 2005, 2007 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. @@ -7,8 +7,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_GC_HMAC_SHA1], [ AC_REQUIRE([gl_GC]) - AC_DEFINE(GC_USE_HMAC_SHA1, 1, - [Define if you want to support HMAC-SHA1 through GC.]) if test "$ac_cv_libgcrypt" != yes; then gl_SHA1 gl_HMAC_SHA1