aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-20 13:23:45 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-20 13:23:45 +0100
commit311f47494f931aefd9dc1e247831d88a3bcebdb4 (patch)
treed673be28629296ab33ed7f43ae7140e88967fc09 /src/rps/rps.h
parent1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2 (diff)
downloadgnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.tar.gz
gnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.zip
fix enable_malicous check
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 */