From 6830d0d0262a33676fe0aa3d0126afaf6945e76c Mon Sep 17 00:00:00 2001 From: yosiokat Date: Wed, 14 May 2008 02:03:38 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=9C=89=E3=83=95=E3=82=A9=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=81=AE=E7=BD=B2=E5=90=8D=E9=8D=B5=E5=B7=AE=E3=81=97?= =?UTF-8?q?=E6=9B=BF=E3=81=88?= 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@1333 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- tools/bin/genFontTable.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/genFontTable.plx b/tools/bin/genFontTable.plx index 686bb496..97b7eda1 100644 --- a/tools/bin/genFontTable.plx +++ b/tools/bin/genFontTable.plx @@ -168,7 +168,7 @@ if (!$KEYROOT) { # ヘッダへの署名付加 { system ( "openssl dgst -sha1 -binary -out $digestFile $headerFile" ); - system ( "openssl rsautl -sign -in $digestFile -inkey $KEYROOT/keys/rsa/private9_1.der -keyform DER -out $signFile" ); + system ( "openssl rsautl -sign -in $digestFile -inkey $KEYROOT/keys/rsa/private_sharedFont.der -keyform DER -out $signFile" ); system ( "cat $signFile $headerFile >$tempFile" ); system ( "cat $tempFile $infoFile >$outFile" ); deleteTemp();