From 9716fdc7f9bcbe74f1fd2d477ac69d949d6f1eb4 Mon Sep 17 00:00:00 2001 From: yutaka Date: Fri, 25 Jul 2008 05:21:39 +0000 Subject: [PATCH] =?UTF-8?q?CRYPTO=E7=94=A8=E3=83=92=E3=83=BC=E3=83=97?= =?UTF-8?q?=E3=82=9211KB=E3=81=AB=E4=BF=AE=E6=AD=A3(InitAlloc=E7=AD=89?= =?UTF-8?q?=E3=81=AE=E7=AE=A1=E7=90=86=E9=A0=98=E5=9F=9F=E3=82=92=E5=90=AB?= =?UTF-8?q?=E3=82=80)?= 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@1999 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/nandfirm/menu-launcher/ARM9/main.c b/build/nandfirm/menu-launcher/ARM9/main.c index 0364fc01..37267299 100644 --- a/build/nandfirm/menu-launcher/ARM9/main.c +++ b/build/nandfirm/menu-launcher/ARM9/main.c @@ -36,7 +36,7 @@ static const u8 rsa_key_launcher[128] = #endif #define RSA_HEAP_SIZE (4*1024) // RSA用ヒープサイズ -#define CRYPTO_HEAP_SIZE (12*1024) // CRYPTO用ヒープサイズ +#define CRYPTO_HEAP_SIZE (11*1024) // CRYPTO用ヒープサイズ #define HEAP_SIZE (RSA_HEAP_SIZE > CRYPTO_HEAP_SIZE ? RSA_HEAP_SIZE : CRYPTO_HEAP_SIZE)