gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (bc340979c -> f4011df26)


From: gnunet
Subject: [gnunet] branch master updated (bc340979c -> f4011df26)
Date: Tue, 26 Nov 2019 20:15:41 +0100

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

ng0 pushed a change to branch master
in repository gnunet.

    from bc340979c use Curve25519 for ECDH and tweetnacl where we can
     new 43184f0a3 pretty: fix location.
     new f4011df26 add license identifier to tweetnacl

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                 | 2 +-
 src/util/tweetnacl-gnunet.c | 2 ++
 src/util/tweetnacl-gnunet.h | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b9538134c..a5b12bad9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,7 @@ doc_DATA = COPYING README
 ACLOCAL_AMFLAGS = -I m4
 
 if HAVE_UNCRUSTIFY_BINARY
-MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | 
xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg -q --replace 
--no-backup 2>&1 || true
+MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | 
xargs -0 uncrustify -c $(top_srcdir)/uncrustify.cfg -q --replace --no-backup 
2>&1 || true
 else
 MCRUSTIFY = echo "crustify: skipped"
 endif
diff --git a/src/util/tweetnacl-gnunet.c b/src/util/tweetnacl-gnunet.c
index b0d87c2fe..0f3a976c1 100644
--- a/src/util/tweetnacl-gnunet.c
+++ b/src/util/tweetnacl-gnunet.c
@@ -5,6 +5,8 @@
 
       Originally obtained from:
       https://tweetnacl.cr.yp.to/20140427/tweetnacl.h
+
+      SPDX-License-Identifier: 0BSD
 */
 
 #include "platform.h"
diff --git a/src/util/tweetnacl-gnunet.h b/src/util/tweetnacl-gnunet.h
index 776e0d355..d413541ff 100644
--- a/src/util/tweetnacl-gnunet.h
+++ b/src/util/tweetnacl-gnunet.h
@@ -5,6 +5,8 @@
 
       Originally obtained from:
       https://tweetnacl.cr.yp.to/20140427/tweetnacl.h
+
+      SPDX-License-Identifier: 0BSD
  */
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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