aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/revocation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index f17a7fae5..38fb476ed 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -102,7 +102,7 @@ struct RevokeMessage
102 102
103 /** 103 /**
104 * Must have purpose #GNUNET_SIGNATURE_PURPOSE_REVOCATION, 104 * Must have purpose #GNUNET_SIGNATURE_PURPOSE_REVOCATION,
105 * size expands over the public key. 105 * size expands over the public key. (@deprecated)
106 */ 106 */
107 struct GNUNET_CRYPTO_EccSignaturePurpose purpose; 107 struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
108 108
@@ -125,7 +125,8 @@ struct RevocationResponseMessage
125 struct GNUNET_MessageHeader header; 125 struct GNUNET_MessageHeader header;
126 126
127 /** 127 /**
128 * #GNUNET_NO if revoked, #GNUNET_YES if valid. 128 * #GNUNET_NO if revocation failed for internal reasons (e.g. disk full)
129 * #GNUNET_YES on success
129 */ 130 */
130 uint32_t is_valid GNUNET_PACKED; 131 uint32_t is_valid GNUNET_PACKED;
131 132