From 0e78820d58cbaf7af7f073d44254bc9de122eabb Mon Sep 17 00:00:00 2001 From: kubodera_yuichi Date: Tue, 19 Jan 2010 08:55:59 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=82=A4=E3=83=AB=E5=87=BA=E5=8A=9B=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@183 ff987cc8-cf2f-4642-8568-d52cce064691 --- trunk/cr_device_cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/cr_device_cert.c b/trunk/cr_device_cert.c index 2bdd902..de4c59f 100644 --- a/trunk/cr_device_cert.c +++ b/trunk/cr_device_cert.c @@ -335,7 +335,7 @@ int GenerateCTRDeviceCert( EC_KEY *pECkey, u32 device_id, u8 bonding_option, u8 #else // !ECDSA_SHA256 DebugFileOutput( device_id, "dgst", sha1Buf, 20 ); #endif // ECDSA_SHA256 - DebugFileOutput( device_id, "sign", ecdsasig, signLen ); + DebugFileOutput( device_id, "sign", deviceCert.eccSignature, 60 ); #endif // DEBUG_DEVICE_CERT_OUTPUT_FILE // ECDSA署名検証