summaryrefslogtreecommitdiff
path: root/src/mint/mint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r--src/mint/mint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h
index 010ff4d5f..bf8dfcfd3 100644
--- a/src/mint/mint.h
+++ b/src/mint/mint.h
@@ -179,10 +179,10 @@ struct RefreshCommitLink
struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub;
/**
- * FIXME: this can't be exactly the shared secret, must
- * be a commitment to it or something.
+ * FIXME: this is the encrypted shared secret, should use
+ * a different type...
*/
- struct GNUNET_HashCode shared_secret;
+ struct GNUNET_HashCode shared_secret_enc;
};