commit 5e8b5c6ccbe2411d509aa4aeb501cf179d6e1ca7
parent 068299a590bd8c4c8427d5c715976026fe5f93d5
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 19 Dec 2014 22:52:13 +0000
-check RV
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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,
- sizeof (msg->hop_counter)
- sizeof (msg->signature));
msg->purpose.purpose = htonl (234);
- GNUNET_CRYPTO_eddsa_sign (channel_key, &msg->purpose, &msg->signature);
+ GNUNET_assert (GNUNET_OK ==
+ GNUNET_CRYPTO_eddsa_sign (channel_key, &msg->purpose, &msg->signature));
struct FragmentClosure fcls = { 0 };
fcls.n = 0;