gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - added check for libsodium 1.0.18


From: gnunet
Subject: [gnunet] branch master updated: - added check for libsodium 1.0.18
Date: Tue, 20 Apr 2021 15:46:58 +0200

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

t3sserakt pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 11f5b0148 - added check for libsodium 1.0.18
11f5b0148 is described below

commit 11f5b0148a8343c776b2562494840ad2963959fb
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Tue Apr 20 15:39:02 2021 +0200

    - added check for libsodium 1.0.18
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0a895e1f8..e66103b58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1060,14 +1060,14 @@ AC_CHECK_LIB([kvm],[kvm_open])
 AC_CHECK_LIB([kstat],[kstat_open])
 
 libsodium=0
-# test for libsodium >=1.017 (introduction of
+# test for libsodium >=1.018 (introduction of
 # crypto_scalarmult_ed25519_base_noclamp API)
 AC_CHECK_HEADER([sodium.h],
-                [AC_CHECK_LIB([sodium], 
[crypto_scalarmult_ed25519_base_noclamp],
+                [AC_CHECK_LIB([sodium], [crypto_core_ed25519_scalar_mul],
                               [libsodium=1])])
 
 AS_IF([test x$libsodium = x0],
-      [AC_MSG_ERROR([GNUnet requires libsodium.])])
+      [AC_MSG_ERROR([GNUnet requires libsodium >= 1.0.18.])])
 
 # test for libextractor
 extractor=0

-- 
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]