aboutsummaryrefslogtreecommitdiff
path: root/src/credential/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential.h')
-rw-r--r--src/credential/credential.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/credential/credential.h b/src/credential/credential.h
index ca8fb78d7..43ecec73f 100644
--- a/src/credential/credential.h
+++ b/src/credential/credential.h
@@ -29,8 +29,6 @@
29 29
30GNUNET_NETWORK_STRUCT_BEGIN 30GNUNET_NETWORK_STRUCT_BEGIN
31 31
32enum direction{Backward, Forward, Bidirectional};
33
34/** 32/**
35 * Message from client to Credential service to collect credentials. 33 * Message from client to Credential service to collect credentials.
36 */ 34 */
@@ -249,7 +247,7 @@ struct DelegateEntry
249 * Expiration time of this credential 247 * Expiration time of this credential
250 */ 248 */
251 uint64_t expiration GNUNET_PACKED; 249 uint64_t expiration GNUNET_PACKED;
252 250
253 /** 251 /**
254 * Issuer subject attribute length 252 * Issuer subject attribute length
255 */ 253 */