mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-06 12:21:46 +00:00
#3 Make testcases compile. They still need to be adjusted to the new way of working
This commit is contained in:
@@ -35,7 +35,7 @@ START_TEST(test_encoding_base32)
|
||||
end = malloc(16);
|
||||
memset(end, 0, 16);
|
||||
|
||||
codedlength = encode_data(start, 9, 256, temp, 0);
|
||||
codedlength = encode_data(start, 9, 256, temp);
|
||||
tempend = temp + strlen(temp);
|
||||
decode_data(end, 16, temp, tempend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user