From 63cb7f632911066bb190b2979ace9bc829e050c6 Mon Sep 17 00:00:00 2001 From: yutaka Date: Fri, 4 Jul 2008 02:04:30 +0000 Subject: [PATCH] =?UTF-8?q?user=E3=82=A2=E3=83=97=E3=83=AA=E3=82=92?= =?UTF-8?q?=E8=B5=B7=E5=8B=95=E4=B8=8D=E5=8F=AF=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1777 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/gcdfirm/sdmc-launcher/ARM9/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/gcdfirm/sdmc-launcher/ARM9/main.c b/build/gcdfirm/sdmc-launcher/ARM9/main.c index 1dc6dfa4..332a39d9 100644 --- a/build/gcdfirm/sdmc-launcher/ARM9/main.c +++ b/build/gcdfirm/sdmc-launcher/ARM9/main.c @@ -31,6 +31,7 @@ static const u8 rsa_key_secure[128] = 0x27, 0x75, 0x2B, 0x04, 0xD7, 0x26, 0xA8, 0x8A, 0x55, 0x2A, 0x76, 0xE5, 0x68, 0x80, 0x57, 0x85 }; #else +#if 0 static const u8 rsa_key_user[128] = { 0xAC, 0x93, 0xBB, @@ -43,6 +44,9 @@ static const u8 rsa_key_user[128] = 0x62, 0x39, 0xFB, 0x10, 0x7E, 0x48, 0x7F, 0xDD, 0x82, 0x38, 0x38, 0x76, 0xB5, 0xCE, 0x21, 0x4B, 0xC9, 0x6F, 0x31, 0x8D, 0x23, 0x57, 0x3D, 0xB6, 0x6C, 0xEE, 0xC2, 0x0D, 0x11 }; +#else +static const u8* rsa_key_user = NULL; // not acceptable +#endif static const u8 rsa_key_sys[128] = { 0xe9, 0x9e, 0xa7, 0x9f, 0x59, 0x4d, 0xf4, 0xa7, 0x60, 0x04, 0xbd, 0x47, 0xf2, 0xb3, 0x64, 0xcd,