aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-19 22:52:13 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-19 22:52:13 +0000
commit5e8b5c6ccbe2411d509aa4aeb501cf179d6e1ca7 (patch)
tree7d3e6f0d9afbcf075f3a15b5b9cbba430287e81d
parent068299a590bd8c4c8427d5c715976026fe5f93d5 (diff)
downloadgnunet-5e8b5c6ccbe2411d509aa4aeb501cf179d6e1ca7.tar.gz
gnunet-5e8b5c6ccbe2411d509aa4aeb501cf179d6e1ca7.zip
-check RV
-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;