Closed drbild closed 6 years ago
The latest AMCL adds #define byte uint8_t to arch.h, breaking files like tpm-test-utils.h that use byte as a variable name.
#define byte uint8_t
arch.h
tpm-test-utils.h
byte
The latest AMCL adds
#define byte uint8_t
toarch.h
, breaking files liketpm-test-utils.h
that usebyte
as a variable name.