gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix type issue


From: gnunet
Subject: [taler-anastasis] branch master updated: fix type issue
Date: Sun, 21 Feb 2021 19:30:45 +0100

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 43c9b21  fix type issue
43c9b21 is described below

commit 43c9b218b1a5ce14a1538f81646229058a0bfa4a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 21 19:30:43 2021 +0100

    fix type issue
---
 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 1c66862..a211134 100644
--- a/src/util/test_anastasis_crypto.c
+++ b/src/util/test_anastasis_crypto.c
@@ -268,7 +268,7 @@ test_core_secret (void)
     size_t core_secret_size;
 
     ANASTASIS_CRYPTO_core_secret_recover (&encrypted_master_keys[k],
-                                          policy_keys[k],
+                                          &policy_keys[k],
                                           enc_core_secret,
                                           strlen (test),
                                           &dec_core_secret,

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