-remove async ecc key generation, not needed
[oweals/gnunet.git] / src / util / test_strings_to_data.c
index 7397735583e7dfb02dc8774597a26804b5b22bc2..2ac680b83dc1dfba810328c15572daa10f0739a1 100644 (file)
@@ -44,6 +44,7 @@ main (int argc, char *argv[])
     memset (dst, i+1, sizeof (dst));
 
     end = GNUNET_STRINGS_data_to_string (&src, i, buf, sizeof (buf));
+    GNUNET_assert (NULL != end);
     end[0] = '\0';
     if (GNUNET_OK != 
        GNUNET_STRINGS_string_to_data (buf, strlen (buf), dst, i))