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:
b20b78b
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Thu, 3 Feb 2000 23:38:55 +0000
(23:38 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 3 Feb 2000 23:38:55 +0000
(23:38 +0000)
crypto/bn/bn_opts.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_opts.c
b/crypto/bn/bn_opts.c
index 4485143ab55c01977872d4cff6090c7eee3c701f..b30e70fd2069c28c0ab45254b3f5daff475417dd 100644
(file)
--- a/
crypto/bn/bn_opts.c
+++ b/
crypto/bn/bn_opts.c
@@
-254,7
+254,7
@@
int time_it(int sec, PARMS *p)
for (;;)
{
if (verbose)
- printf("timing %s for %d i
nterac
tions\n",p->name,i);
+ printf("timing %s for %d i
tera
tions\n",p->name,i);
ms_time_get(start);
p->func(i,p);
@@
-271,7
+271,7
@@
int time_it(int sec, PARMS *p)
}
}
if (verbose)
- printf("using %d i
nterac
tions\n",i);
+ printf("using %d i
tera
tions\n",i);
return(i);
}