Fix the hash of the root.rpx

This commit is contained in:
Maschell 2020-12-05 13:05:25 +01:00
parent 5c5b657247
commit 5e45460010
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ constexpr bool strings_equal(char const *a, char const *b) {
return std::string_view(a) == b;
}
static_assert(strings_equal(RPX_HASH, "4b1ed4317db02d0c134400e969de32f18d8f38b6"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
static_assert(strings_equal(RPX_HASH, "9ab80503f82c7e1403e6f966346c825a89cc613f"), "Built with an untested root.rpx! Remove this check if you really know what you're doing.");
void initIOSUHax();