gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-84-g155ec71


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-84-g155ec71
Date: Mon, 10 Oct 2011 16:34:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=155ec71e76db0a374e42e9bbd2a8c9c5918dd254

The branch, master has been updated
       via  155ec71e76db0a374e42e9bbd2a8c9c5918dd254 (commit)
      from  133dff74828291202f6ddf663d0e65472054f72d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 155ec71e76db0a374e42e9bbd2a8c9c5918dd254
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Oct 10 18:35:29 2011 +0200

    check for nettle 2.4 or later

-----------------------------------------------------------------------

Summary of changes:
 m4/hooks.m4 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/m4/hooks.m4 b/m4/hooks.m4
index f093e3c..97bbe92 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -82,12 +82,12 @@ dnl    fi
   AC_MSG_CHECKING([whether to use nettle])
 if test "$cryptolib" = "nettle";then
   AC_MSG_RESULT(yes)
-    AC_LIB_HAVE_LINKFLAGS([nettle], [hogweed gmp], [#include <nettle/gcm.h>],
-                          [gcm_set_iv (0, 0, 0, 0)])
+    AC_LIB_HAVE_LINKFLAGS([nettle], [hogweed gmp], [#include 
<nettle/ripemd160.h>],
+                          [ripemd160_init (0)])
     if test "$ac_cv_libnettle" != yes; then
       AC_MSG_ERROR([[
   *** 
-  *** Libnettle 2.2 was not found. 
+  *** Libnettle 2.4 was not found. 
   ]])
     fi
 else


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]