aboutsummaryrefslogtreecommitdiff
path: root/src/abd/abd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/abd.h')
-rw-r--r--src/abd/abd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/abd/abd.h b/src/abd/abd.h
index 1e9d6bcea..0af0d43ca 100644
--- a/src/abd/abd.h
+++ b/src/abd/abd.h
@@ -245,14 +245,14 @@ struct DelegateEntry
245{ 245{
246 246
247 /** 247 /**
248 * The signature for this credential by the issuer 248 * Signature meta
249 */ 249 */
250 struct GNUNET_CRYPTO_EcdsaSignature signature; 250 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
251 251
252 /** 252 /**
253 * Signature meta 253 * The signature for this credential by the issuer
254 */ 254 */
255 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 255 struct GNUNET_CRYPTO_EcdsaSignature signature;
256 256
257 /** 257 /**
258 * Public key of the issuer 258 * Public key of the issuer