aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore')
-rw-r--r--src/psycstore/test_plugin_psycstore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/psycstore/test_plugin_psycstore.c b/src/psycstore/test_plugin_psycstore.c
index a6c456fec..46c1316db 100644
--- a/src/psycstore/test_plugin_psycstore.c
+++ b/src/psycstore/test_plugin_psycstore.c
@@ -224,7 +224,8 @@ run (void *cls, char *const *args, const char *cfgfile,
224 - sizeof (msg->hop_counter) 224 - sizeof (msg->hop_counter)
225 - sizeof (msg->signature)); 225 - sizeof (msg->signature));
226 msg->purpose.purpose = htonl (234); 226 msg->purpose.purpose = htonl (234);
227 GNUNET_CRYPTO_eddsa_sign (channel_key, &msg->purpose, &msg->signature); 227 GNUNET_assert (GNUNET_OK ==
228 GNUNET_CRYPTO_eddsa_sign (channel_key, &msg->purpose, &msg->signature));
228 229
229 struct FragmentClosure fcls = { 0 }; 230 struct FragmentClosure fcls = { 0 };
230 fcls.n = 0; 231 fcls.n = 0;