aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
parent1173f89823cd4cb1ff6c8afdbc33ea9397bbeee2 (diff)
downloadgnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.tar.gz
gnunet-311f47494f931aefd9dc1e247831d88a3bcebdb4.zip
fix enable_malicous check
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h2
-rw-r--r--src/include/gnunet_rps_service.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 29db8372f..46620b829 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2633,7 +2633,7 @@ extern "C"
2633 */ 2633 */
2634#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 954 2634#define GNUNET_MESSAGE_TYPE_RPS_CS_SEED 954
2635 2635
2636#ifdef ENABLE_MALICIOUS 2636#if ENABLE_MALICIOUS
2637/** 2637/**
2638 * Turn RPS service malicious 2638 * Turn RPS service malicious
2639 */ 2639 */
diff --git a/src/include/gnunet_rps_service.h b/src/include/gnunet_rps_service.h
index 8ae9f1e93..b1dd1b5af 100644
--- a/src/include/gnunet_rps_service.h
+++ b/src/include/gnunet_rps_service.h
@@ -137,7 +137,7 @@ GNUNET_RPS_seed_ids (struct GNUNET_RPS_Handle *h, uint32_t n,
137GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh); 137GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh);
138 138
139 139
140#ifdef ENABLE_MALICIOUS 140#if ENABLE_MALICIOUS
141/** 141/**
142 * Turn RPS service to act malicious. 142 * Turn RPS service to act malicious.
143 * 143 *