diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-07-03 20:56:46 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-07-03 20:56:46 +0000 |
| commit | 8849ac2dd5ac9e2ef725803610ffd72be106ff4b (patch) | |
| tree | a3fb03df70f4e8d33af06115faac3164521724c1 /emu/port/devsign.c | |
| parent | af3b6167bf93b1526982d7adfc2d48b8f06432ae (diff) | |
20080703-2156
Diffstat (limited to 'emu/port/devsign.c')
| -rw-r--r-- | emu/port/devsign.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
