From: Kurt Roeckx Date: Tue, 16 Dec 2014 11:35:21 +0000 (+0100) Subject: Make "run" volatile X-Git-Tag: OpenSSL_1_0_1k~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c14a808c516eea83cf949c5da7fd9e7c77f379c4;p=oweals%2Fopenssl.git Make "run" volatile RT#3629 Reviewed-by: Richard Levitte --- diff --git a/apps/speed.c b/apps/speed.c index 691b4b6340..24d41227ba 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -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;