mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-20 02:56:30 -04:00

The uint32 is given as a bigendian stream, in the tests, however, the char buffer that collected the stream read it as is, without converting it. Add a temporary buffer, to call `greentea_getc()` 8 times, and then put it in the correct endianity for input to `unhexify()`.