From 92ec2af58741941e83bf1a0568d033d510d1a73d Mon Sep 17 00:00:00 2001 From: TuxSH Date: Thu, 9 Feb 2017 22:48:11 +0100 Subject: [PATCH] Update crypto.c --- source/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/crypto.c b/source/crypto.c index 82234251..8e86483c 100755 --- a/source/crypto.c +++ b/source/crypto.c @@ -322,7 +322,7 @@ static void sha(void *res, const void *src, u32 size, u32 mode) void twlConsoleInfoInit(void) { - if(CFG_SYSPROT9 & 0x10) return; //sorry, the lennies are currently missing + if(CFG_SYSPROT9 & 2) return; //sorry, the lennies are currently missing u64 twlConsoleId = CFG_UNITINFO != 0 ? OTP_DEVCONSOLEID : (0x80000000ULL | (*(vu64 *)0x01FFB808 ^ 0x8C267B7B358A6AFULL)); CFG_TWLUNITINFO = CFG_UNITINFO;