Commit aa8a9266 authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Make "run" volatile



RT#3629

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 5075e52e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@
#define BUFSIZE	(1024*8+1)
#define MAX_MISALIGNMENT 63

int run=0;
static volatile int run=0;

static int mr=0;
static int usertime=1;