From: Kurt Roeckx Date: Tue, 16 Dec 2014 11:35:21 +0000 (+0100) Subject: Make "run" volatile X-Git-Tag: master-post-reformat~112 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=aa8a9266f91ce05068c5bf7eab44263c99d366f3 Make "run" volatile RT#3629 Reviewed-by: Richard Levitte --- diff --git a/apps/speed.c b/apps/speed.c index e5742e624b..3dcfb8d890 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -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;