summaryrefslogtreecommitdiff
path: root/src/util/offline_signatures.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-01 15:48:43 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-01 15:48:43 +0100
commit26410a72c20632765d22ee10bbf51934c74d15af (patch)
tree668b6c4678cba682e29e6fcf4d0953e4736b36d3 /src/util/offline_signatures.c
parent65ac35a72ca0dd5349ed88b522740d20725b3dca (diff)
downloadexchange-26410a72c20632765d22ee10bbf51934c74d15af.tar.gz
exchange-26410a72c20632765d22ee10bbf51934c74d15af.tar.bz2
exchange-26410a72c20632765d22ee10bbf51934c74d15af.zip
fix #6666, bump protocol version to 9
Diffstat (limited to 'src/util/offline_signatures.c')
-rw-r--r--src/util/offline_signatures.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/offline_signatures.c b/src/util/offline_signatures.c
index aab46fc7d..bd71af8ff 100644
--- a/src/util/offline_signatures.c
+++ b/src/util/offline_signatures.c
@@ -213,8 +213,6 @@ TALER_exchange_offline_signkey_validity_sign (
.signkey_pub = *exchange_pub
};
- GNUNET_CRYPTO_eddsa_key_get_public (&master_priv->eddsa_priv,
- &skv.master_public_key.eddsa_pub);
GNUNET_CRYPTO_eddsa_sign (&master_priv->eddsa_priv,
&skv,
&master_sig->eddsa_signature);
@@ -234,7 +232,6 @@ TALER_exchange_offline_signkey_validity_verify (
.purpose.purpose = htonl (
TALER_SIGNATURE_MASTER_SIGNING_KEY_VALIDITY),
.purpose.size = htonl (sizeof (skv)),
- .master_public_key = *master_pub,
.start = GNUNET_TIME_absolute_hton (start_sign),
.expire = GNUNET_TIME_absolute_hton (end_sign),
.end = GNUNET_TIME_absolute_hton (end_legal),