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:
d82a612
)
Typo? Why did this work, anyway?
author
Ben Laurie
<ben@openssl.org>
Sat, 8 Sep 2007 15:58:51 +0000
(15:58 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 8 Sep 2007 15:58:51 +0000
(15:58 +0000)
apps/apps.c
patch
|
blob
|
history
diff --git
a/apps/apps.c
b/apps/apps.c
index d2b0c565a04af64ecc18f402cff70363543d5640..7bac3f3e299d8418b6e4323a8022dbe7d71de1f5 100644
(file)
--- a/
apps/apps.c
+++ b/
apps/apps.c
@@
-2602,7
+2602,7
@@
double app_tminterval(int stop,int usertime)
struct timeval now;
static struct timeval tmstart;
- if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_time;
+ if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_
u
time;
else gettimeofday(&now,NULL);
if (stop==TM_START) tmstart = now;