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:
@@ -34,7 +34,7 @@
|
|||||||
struct test_case {
|
struct test_case {
|
||||||
void *val;
|
void *val;
|
||||||
int byte_len;
|
int byte_len;
|
||||||
const unsigned char *bytes;
|
const char *bytes;
|
||||||
char *name;
|
char *name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user