mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-02 12:39:38 +00:00
The typos never stop. Fix one in apps/apps.c.
This commit is contained in:
parent
d256b95768
commit
e22f63f231
@ -2395,13 +2395,14 @@ double app_tminterval(int stop,int usertime)
|
|||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
SYSTEMTIME systime;
|
||||||
|
|
||||||
if (usertime && warning)
|
if (usertime && warning)
|
||||||
{
|
{
|
||||||
BIO_printf(bio_err,"To get meaningful results, run "
|
BIO_printf(bio_err,"To get meaningful results, run "
|
||||||
"this program on idle system.\n"
|
"this program on idle system.\n");
|
||||||
warning=1;
|
warning=1;
|
||||||
}
|
}
|
||||||
SYSTEMTIME systime;
|
|
||||||
GetSystemTime(&systime);
|
GetSystemTime(&systime);
|
||||||
SystemTimeToFileTime(&systime,&now);
|
SystemTimeToFileTime(&systime,&now);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user