summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2014-12-16 12:35:21 +0100
committerKurt Roeckx <kurt@roeckx.be>2014-12-30 16:46:46 +0100
commitaa8a9266f91ce05068c5bf7eab44263c99d366f3 (patch)
tree13319f39052dc5a466726bcf9a80ad95d5435a88 /apps
parent5075e52e6f055f0dfce5be153e6a4def9e5d8057 (diff)
Make "run" volatile
RT#3629 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
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;