Make "run" volatile
RT#3629 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
5075e52e6f
commit
aa8a9266f9
@ -209,7 +209,7 @@
|
|||||||
#define BUFSIZE (1024*8+1)
|
#define BUFSIZE (1024*8+1)
|
||||||
#define MAX_MISALIGNMENT 63
|
#define MAX_MISALIGNMENT 63
|
||||||
|
|
||||||
int run=0;
|
static volatile int run=0;
|
||||||
|
|
||||||
static int mr=0;
|
static int mr=0;
|
||||||
static int usertime=1;
|
static int usertime=1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user