diff options
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r-- | src/mint/mint.h | 6 |
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 | |||
179 | struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub; | 179 | struct GNUNET_CRYPTO_EcdsaPublicKey transfer_pub; |
180 | 180 | ||
181 | /** | 181 | /** |
182 | * FIXME: this can't be exactly the shared secret, must | 182 | * FIXME: this is the encrypted shared secret, should use |
183 | * be a commitment to it or something. | 183 | * a different type... |
184 | */ | 184 | */ |
185 | struct GNUNET_HashCode shared_secret; | 185 | struct GNUNET_HashCode shared_secret_enc; |
186 | }; | 186 | }; |
187 | 187 | ||
188 | 188 | ||