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_21-61-g60d256b


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_21-61-g60d256b
Date: Fri, 20 Jul 2012 20:26:53 +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=60d256bcfb174f3393a890c0dde761f49c5af619

The branch, master has been updated
       via  60d256bcfb174f3393a890c0dde761f49c5af619 (commit)
      from  895aadfdb883572590189950f8aae25bf590724d (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 60d256bcfb174f3393a890c0dde761f49c5af619
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Jul 20 22:26:08 2012 +0200

    Force dependency on nettle 2.5.

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

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 b1be039..ccf8b76 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -81,12 +81,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/ripemd160.h>],
-                          [ripemd160_init (0)])
+    AC_LIB_HAVE_LINKFLAGS([nettle], [hogweed gmp], [#include <nettle/rsa.h>],
+                          [rsa_decrypt_tr (0,0,0,0,0,0,0)])
     if test "$ac_cv_libnettle" != yes; then
       AC_MSG_ERROR([[
   *** 
-  *** Libnettle 2.4 was not found. You must compile nettle with gmp support.
+  *** Libnettle 2.5 was not found. Note that you must compile nettle with gmp 
support.
   ]])
     fi
 else


hooks/post-receive
-- 
GNU gnutls



reply via email to

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