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:
d256b95
)
The typos never stop. Fix one in apps/apps.c.
author
Andy Polyakov
<appro@openssl.org>
Sun, 6 Nov 2005 12:15:12 +0000
(12:15 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 6 Nov 2005 12:15:12 +0000
(12:15 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index ee5edaa7b8fe95b0a79497594f37f4268bd58af2..d9a1316997df0ae1fce0ebc79de5f43ebc79ffb8 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-2395,13
+2395,14
@@
double app_tminterval(int stop,int usertime)
else
#endif
{
+ SYSTEMTIME systime;
+
if (usertime && warning)
{
BIO_printf(bio_err,"To get meaningful results, run "
- "this program on idle system.\n"
+ "this program on idle system.\n"
);
warning=1;
}
- SYSTEMTIME systime;
GetSystemTime(&systime);
SystemTimeToFileTime(&systime,&now);
}