2013-02-18 Niels Möller <nisse@lysator.liu.se>
+ * testsuite/testutils.h (SHEX): Deleted const cast.
+
* ecc-point.c: New file, struct ecc_point abstraction.
* ecc-scalar.c: New file, struct ecc_scalar abstraction.
* ecc-random.c (ecc_modq_random, ecc_scalar_random): New file, new
#define LDATA(x) LLENGTH(x), x
#define LDUP(x) strlen(x), strdup(x)
-#define SHEX(x) ((const struct tstring *) tstring_hex(x))
+#define SHEX(x) (tstring_hex(x))
#define SDATA(x) ((const struct tstring *)tstring_data(LLENGTH(x), x))
#define H(x) (SHEX(x)->data)