gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix out


From: gnunet
Subject: [taler-anastasis] branch master updated: fix out
Date: Fri, 06 Nov 2020 09:40:00 +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 d5b817f  fix out
d5b817f is described below

commit d5b817fb70a8998e74874fca674e9ae288dcfb80
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 6 09:39:58 2020 +0100

    fix out
---
 src/util/anastasis_crypto.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/anastasis_crypto.c b/src/util/anastasis_crypto.c
index 214f1ea..17a6852 100644
--- a/src/util/anastasis_crypto.c
+++ b/src/util/anastasis_crypto.c
@@ -43,8 +43,8 @@
  * @param key_m_len length of key
  * @param nonce nonce for calculation
  * @param salt salt value for calculation
- * @param key[out] where to write the en-/description key
- * @param iv[out] where to write the IV
+ * @param[out] key where to write the en-/description key
+ * @param[out] iv where to write the IV
  */
 static void
 get_iv_key (const void *key_material,

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