gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix ftbfs


From: gnunet
Subject: [gnunet] branch master updated: -fix ftbfs
Date: Fri, 06 Sep 2024 11:14:51 +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 a818bf017 -fix ftbfs
a818bf017 is described below

commit a818bf017bc9c602edb7013d4d968be7b49bdd14
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Sep 6 11:14:47 2024 +0200

    -fix ftbfs
---
 src/lib/gnsrecord/gnsrecord_pow.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/gnsrecord/gnsrecord_pow.c 
b/src/lib/gnsrecord/gnsrecord_pow.c
index 0977eed1f..1107671f0 100644
--- a/src/lib/gnsrecord/gnsrecord_pow.c
+++ b/src/lib/gnsrecord/gnsrecord_pow.c
@@ -28,6 +28,7 @@
 #include "gnunet_gnsrecord_lib.h"
 #include "gnunet_signatures.h"
 #include <inttypes.h>
+#include "gnsrecord_crypto.h"
 
 /**
  * Helper struct that holds a found pow nonce
@@ -99,7 +100,7 @@ calculate_score (const struct 
GNUNET_GNSRECORD_PowCalculationHandle *ph)
 }
 
 
-static struct GNUNET_GNSRECORD_SignaturePurposePS *
+struct GNUNET_GNSRECORD_SignaturePurposePS *
 GNR_create_signature_message (const struct GNUNET_GNSRECORD_PowP *pow)
 {
   struct GNUNET_GNSRECORD_SignaturePurposePS *spurp;

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