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