From 303ab4dafbc680b1b362f95df5b12dae831b1593 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 6 Aug 2013 20:46:22 +0000 Subject: -fixing main FS build, updating man page of gnunet-pseudonym --- src/include/block_fs.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/include/block_fs.h') diff --git a/src/include/block_fs.h b/src/include/block_fs.h index a2063270e..772180fc8 100644 --- a/src/include/block_fs.h +++ b/src/include/block_fs.h @@ -48,18 +48,17 @@ struct UBlock /** * Signature using pseudonym and search keyword / identifier. */ - struct GNUNET_FS_PseudonymSignature signature; + struct GNUNET_CRYPTO_EccSignature signature; /** * What is being signed and why? */ - struct GNUNET_FS_PseudonymSignaturePurpose purpose GNUNET_PACKED; + struct GNUNET_CRYPTO_EccSignaturePurpose purpose; /** - * Public key used to sign this block. Hash of this value - * is the query. + * Public key used to sign this block. */ - struct GNUNET_FS_PseudonymIdentifier verification_key; + struct GNUNET_CRYPTO_EccPublicKey verification_key; /* rest of the data is encrypted */ -- cgit v1.2.3