gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/02: Fixed some warnings


From: gnunet
Subject: [taler-anastasis] 01/02: Fixed some warnings
Date: Wed, 26 Feb 2020 22:51:09 +0100

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

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

commit b21998e09578e6e13be3aaef85c80c219aef047e
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Feb 26 19:45:41 2020 +0000

    Fixed some warnings
---
 src/include/anastasis_crypto_lib.h | 5 +++--
 src/include/anastasis_service.h    | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/include/anastasis_crypto_lib.h 
b/src/include/anastasis_crypto_lib.h
index 25b3164..b862c10 100644
--- a/src/include/anastasis_crypto_lib.h
+++ b/src/include/anastasis_crypto_lib.h
@@ -51,6 +51,7 @@ struct ANASTASIS_CRYPTO_Nonce
 {
   uint32_t nonce[8];
 };
+
 struct ANASTASIS_CRYPTO_AES_Tag
 {
   uint32_t aes_tag[4];
@@ -140,7 +141,7 @@ ANASTASIS_CRYPTO_escrow_master_key_create (const struct
 
 struct ANASTASIS_CRYPTO_Policy *
 ANSTASIS_CRYPTO_policy_create (const struct
-                               ANASTASIS_CRYPT_Salt *
+                               ANASTASIS_CRYPTO_Salt *
                                salt,
                                struct
                                ANASTASIS_CRYPTO_encMasterkey *
@@ -188,7 +189,7 @@ ANASTASIS_CRYPTO_encrypted_keyshare_create (struct
                                             ANASTASIS_CRYPTO_Nonce *
                                             nonce,
                                             struct
-                                            ANSTASIS_CRYPTO_AES_Tag *
+                                            ANASTASIS_CRYPTO_AES_Tag *
                                             aesTag,
                                             struct
                                             ANASTASIS_CRYPTO_KeyShare *
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index f02b762..3da21e4 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -108,7 +108,6 @@ struct ANASTASIS_AccountSignatureP
   struct GNUNET_CRYPTO_EddsaSignature eddsa_sig;
 };
 
-
 /**
  * Salt value of an Anastasis service provider.
  */
@@ -455,6 +454,7 @@ ANASTASIS_key_share_lookup (struct GNUNET_CURL_Context *ctx,
                             ANASTASIS_KeyShareLookupCallback cb,
                             void *cb_cls);
 
+
 /**
  * Cancel a GET /truth request.
  *
@@ -462,7 +462,7 @@ ANASTASIS_key_share_lookup (struct GNUNET_CURL_Context *ctx,
  */
 void
 ANASTASIS_key_share_lookup_cancel (struct
-                                   ANASTASIS_TruthLookupOperation *tlo);
+                                   ANASTASIS_KeyShareLookupOperation *kslo);
 
 /**
  * Handle for a POST /truth operation.

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



reply via email to

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