summaryrefslogtreecommitdiff
path: root/src/mint/mint.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 22:01:08 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 22:01:08 +0100
commit27a72fdafe67bcba304e274e839a2780009bd8da (patch)
tree68ce5ae2af5083bb51b37643100ba1be09c5d5bf /src/mint/mint.h
parent426f05adbd6320c335248f9b40da881efae31ad3 (diff)
downloadexchange-27a72fdafe67bcba304e274e839a2780009bd8da.tar.gz
exchange-27a72fdafe67bcba304e274e839a2780009bd8da.tar.bz2
exchange-27a72fdafe67bcba304e274e839a2780009bd8da.zip
cleaning up types used
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r--src/mint/mint.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h
index bf8dfcfd3..046b9c17e 100644
--- a/src/mint/mint.h
+++ b/src/mint/mint.h
@@ -179,10 +179,9 @@ struct RefreshCommitLink
struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub;
/**
- * FIXME: this is the encrypted shared secret, should use
- * a different type...
+ * Encrypted shared secret to decrypt the link.
*/
- struct GNUNET_HashCode shared_secret_enc;
+ struct TALER_EncryptedLinkSecret shared_secret_enc;
};