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 17:00:47 +0100
commitc14a808c516eea83cf949c5da7fd9e7c77f379c4 (patch)
tree0ad25f66ce192187e7ecc0c5089e89c8ffb79c27 /apps
parentcdf42d7b4354c198d263ba6476daad3c110d2693 (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 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;