Makes bytes native platform signed to avoid casting everywhere

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16058 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-13 19:37:27 +00:00
parent b9a6e93c62
commit 272cc63375

View File

@@ -34,7 +34,7 @@
struct test_case {
void *val;
int byte_len;
const unsigned char *bytes;
const char *bytes;
char *name;
};