aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps.h')
-rw-r--r--src/rps/rps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps.h b/src/rps/rps.h
index ef968ffbb..5bfef93b0 100644
--- a/src/rps/rps.h
+++ b/src/rps/rps.h
@@ -79,7 +79,7 @@ struct GNUNET_RPS_CS_SeedMessage
79 /* Followed by num_peers * GNUNET_PeerIdentity */ 79 /* Followed by num_peers * GNUNET_PeerIdentity */
80}; 80};
81 81
82#ifdef ENABLE_MALICIOUS 82#if ENABLE_MALICIOUS
83/** 83/**
84 * Message from client to service to turn service malicious. 84 * Message from client to service to turn service malicious.
85 */ 85 */