Commit 73bda31b authored by Kurt Roeckx's avatar Kurt Roeckx
Browse files

Make "run" volatile



RT#3629

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent dc00fb9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@

#undef BUFSIZE
#define BUFSIZE	((long)1024*8+1)
int run=0;
static volatile int run=0;

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