diff --git a/stratosphere/loader/include/picosha2.hpp b/stratosphere/loader/include/picosha2.hpp index a373b6cd7..e78404a6d 100644 --- a/stratosphere/loader/include/picosha2.hpp +++ b/stratosphere/loader/include/picosha2.hpp @@ -37,8 +37,8 @@ THE SOFTWARE. #include namespace picosha2 { -typedef unsigned long word_t; -typedef unsigned char byte_t; +typedef uint32_t word_t; +typedef uint8_t byte_t; static const size_t k_digest_size = 32;