gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: Deleted stupid failure (const)


From: gnunet
Subject: [taler-anastasis] branch master updated: Deleted stupid failure (const)
Date: Wed, 25 Mar 2020 15:03:25 +0100

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new b3cde6e  Deleted stupid failure (const)
b3cde6e is described below

commit b3cde6e53d46fea20f3c651bde207d7ad0b2b9b5
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Mar 25 14:03:19 2020 +0000

    Deleted stupid failure (const)
---
 src/util/test_anastasis_crypto.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/test_anastasis_crypto.c b/src/util/test_anastasis_crypto.c
index 290ed01..f35fbdd 100644
--- a/src/util/test_anastasis_crypto.c
+++ b/src/util/test_anastasis_crypto.c
@@ -36,7 +36,7 @@ test_recovery_document ()
   size_t size_ciphertext;
   void *plaintext;
   size_t size_plaintext;
-  const struct ANASTASIS_CRYPTO_UserIdentifier id;
+  struct ANASTASIS_CRYPTO_UserIdentifier id;
 
   GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE,
                               &id,

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



reply via email to

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