From 8849ac2dd5ac9e2ef725803610ffd72be106ff4b Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 3 Jul 2008 20:56:46 +0000 Subject: 20080703-2156 --- emu/port/devsign.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emu/port/devsign.c') diff --git a/emu/port/devsign.c b/emu/port/devsign.c index f42d1dbb..ba44e286 100644 --- a/emu/port/devsign.c +++ b/emu/port/devsign.c @@ -50,8 +50,8 @@ verifysigner(uchar *sign, int len, uchar *data, ulong ndata) int footprint, r, n; uchar buf[128], digest[SHA1dlen]; DigestState *ds; - volatile struct {BigInt b;} b; - volatile struct {BigInt s;} s; + volatile struct {mpint* b;} b; + volatile struct {mpint* s;} s; SigAlgVec *sa; Signerkey *key; Skeyset *sigs; -- cgit v1.2.3