aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-24 17:32:03 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-24 17:32:03 +0100
commit398c70fd7434f3f7891175be96b73191e49a0afe (patch)
tree626219055ff355e38b7e0423f280dd8cbc6ccfa5 /src/scalarproduct
parent475fbe3cbea50b1e7bb6c5f02d80a0e1d2c63ced (diff)
downloadgnunet-398c70fd7434f3f7891175be96b73191e49a0afe.tar.gz
gnunet-398c70fd7434f3f7891175be96b73191e49a0afe.zip
minimal code cleanup
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_bob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
index 4da2ba50e..efc3bc8ea 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
@@ -1173,11 +1173,11 @@ handle_bob_client_message (void *cls,
1173 GNUNET_MQ_hd_fixed_size (alices_computation_request, 1173 GNUNET_MQ_hd_fixed_size (alices_computation_request,
1174 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION, 1174 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION,
1175 struct ServiceRequestMessage, 1175 struct ServiceRequestMessage,
1176 s), 1176 NULL),
1177 GNUNET_MQ_hd_var_size (alices_cryptodata_message, 1177 GNUNET_MQ_hd_var_size (alices_cryptodata_message,
1178 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA, 1178 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA,
1179 struct AliceCryptodataMessage, 1179 struct AliceCryptodataMessage,
1180 s), 1180 NULL),
1181 GNUNET_MQ_handler_end () 1181 GNUNET_MQ_handler_end ()
1182 }; 1182 };
1183 uint32_t contained_count; 1183 uint32_t contained_count;