gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix: depend on libsodium >=1.0.17. Fixes


From: gnunet
Subject: [gnunet] branch master updated: fix: depend on libsodium >=1.0.17. Fixes #6506
Date: Fri, 04 Sep 2020 20:18:29 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 35d7c1f88 fix: depend on libsodium >=1.0.17. Fixes #6506
35d7c1f88 is described below

commit 35d7c1f88785f12547ca6081780b8780f29602ba
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Sep 4 20:12:00 2020 +0200

    fix: depend on libsodium >=1.0.17. Fixes #6506
---
 configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index bd92bd0e9..75e11bd4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1036,9 +1036,10 @@ AC_CHECK_LIB([kvm],[kvm_open])
 AC_CHECK_LIB([kstat],[kstat_open])
 
 libsodium=0
-# test for libsodium
+# test for libsodium >=1.017 (introduction of
+# crypto_scalarmult_ed25519_base_noclamp API)
 AC_CHECK_HEADER([sodium.h],
-                [AC_CHECK_LIB([sodium], [crypto_pwhash_argon2id],
+                [AC_CHECK_LIB([sodium], 
[crypto_scalarmult_ed25519_base_noclamp],
                               [libsodium=1])])
 
 AS_IF([test x$libsodium = x0],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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