mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
*** empty log message ***
This commit is contained in:
parent
b20b78b720
commit
ce76ce43ae
@ -254,7 +254,7 @@ int time_it(int sec, PARMS *p)
|
|||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("timing %s for %d interactions\n",p->name,i);
|
printf("timing %s for %d iterations\n",p->name,i);
|
||||||
|
|
||||||
ms_time_get(start);
|
ms_time_get(start);
|
||||||
p->func(i,p);
|
p->func(i,p);
|
||||||
@ -271,7 +271,7 @@ int time_it(int sec, PARMS *p)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (verbose)
|
if (verbose)
|
||||||
printf("using %d interactions\n",i);
|
printf("using %d iterations\n",i);
|
||||||
return(i);
|
return(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user