Make "run" volatile
RT#3629 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
cdf42d7b43
commit
c14a808c51
@ -225,7 +225,7 @@
|
|||||||
|
|
||||||
#undef BUFSIZE
|
#undef BUFSIZE
|
||||||
#define BUFSIZE ((long)1024*8+1)
|
#define BUFSIZE ((long)1024*8+1)
|
||||||
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