mirror of
https://github.com/sheumann/65816-crypto.git
synced 2024-11-24 19:31:17 +00:00
Work around ORCA/C bug that affects lower optimization levels.
This commit is contained in:
parent
4c0265d921
commit
8dddba4f6e
@ -27,7 +27,7 @@ int main(int argc, char **argv) {
|
|||||||
long double bytes_per_sec;
|
long double bytes_per_sec;
|
||||||
|
|
||||||
struct sha256_context *context, **context_hndl;
|
struct sha256_context *context, **context_hndl;
|
||||||
struct sha256_context context_init = {0,0,0, {0}, {0},
|
static struct sha256_context context_init = {0,0,0, {0}, {0},
|
||||||
{0x61,0x62,0x63,0x80,
|
{0x61,0x62,0x63,0x80,
|
||||||
0x00,0x00,0x00,0x00,
|
0x00,0x00,0x00,0x00,
|
||||||
0x00,0x00,0x00,0x00,
|
0x00,0x00,0x00,0x00,
|
||||||
|
Loading…
Reference in New Issue
Block a user