projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf42d7
)
Make "run" volatile
author
Kurt Roeckx
<kurt@roeckx.be>
Tue, 16 Dec 2014 11:35:21 +0000
(12:35 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Tue, 30 Dec 2014 16:00:47 +0000
(17:00 +0100)
RT#3629
Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/speed.c
patch
|
blob
|
history
diff --git
a/apps/speed.c
b/apps/speed.c
index 691b4b6340d4ff66248439abf42ee7eb96fb90df..24d41227ba66ea77bfc81b3b562fdc7e235a8eee 100644
(file)
--- 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;