diff options
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-tvg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-exchange-tvg.c b/src/exchange-tools/taler-exchange-tvg.c index 7fc06b0c2..366ef7cb2 100644 --- a/src/exchange-tools/taler-exchange-tvg.c +++ b/src/exchange-tools/taler-exchange-tvg.c @@ -80,8 +80,8 @@ run (void *cls, GNUNET_CRYPTO_EcdhePrivateKey)); display_data (" pub1", &pub1, sizeof (struct GNUNET_CRYPTO_EcdhePublicKey)); - display_data (" priv2", &priv2, sizeof (struct - GNUNET_CRYPTO_EcdhePublicKey)); + display_data (" priv2", priv2, sizeof (struct + GNUNET_CRYPTO_EcdhePrivateKey)); display_data (" skm", &skm, sizeof (struct GNUNET_HashCode)); GNUNET_free (priv1); GNUNET_free (priv2); |