diff options
| -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; |
